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

	return parent::unsetImageCollection();
}