• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Sku/SkuFactory.php
  • Класс: BitrixCatalogv2SkuSkuFactory
  • Вызов: SkuFactory::createCollection
public function createCollection(): SkuCollection
{
	return $this->container->make(self::SKU_COLLECTION, [
		Dependency::IBLOCK_INFO => $this->iblockInfo,
	]);
}