• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Sku/BaseSku.php
  • Класс: BitrixCatalogv2SkuBaseSku
  • Вызов: BaseSku::getStoreProductCollection
public function getStoreProductCollection(): StoreProductCollection
{
	if ($this->storeProductCollection === null)
	{
		$this->setStoreProductCollection($this->loadStoreProductCollection());
	}

	return $this->storeProductCollection;
}