• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Sku/SimpleSku.php
  • Класс: BitrixCatalogv2SkuSimpleSku
  • Вызов: SimpleSku::setPropertyCollection
public function setPropertyCollection(PropertyCollection $propertyCollection): BaseIblockElementEntity
{
	// avoiding reinitialize of property collection with our simple sku parent
	$this->propertyCollection = $propertyCollection;

	return $this;
}