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

	return parent::unsetPropertyCollection();
}