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

	$this->imageCollection = $imageCollection;

	return $this;
}