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

	return $this;
}