• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseIblockElementEntity.php
  • Класс: BitrixCatalogv2BaseIblockElementEntity
  • Вызов: BaseIblockElementEntity::getImageCollection
public function getImageCollection(): ImageCollection
{
	if ($this->imageCollection === null)
	{
		$this->setImageCollection($this->loadImageCollection());
	}

	return $this->imageCollection;
}