• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/skutree.php
  • Класс: BitrixCatalogComponentSkuTree
  • Вызов: SkuTree::load
public function load(array $productIds): array
{
	$products = $this->prepareProductsOfferTree($productIds);
	$treeProperties = $this->getTreeProperties();

	foreach ($products as &$product)
	{
		$this->editTemplateOfferProps($product, $treeProperties);
	}

	return $products;
}