• Модуль: market
  • Путь к файлу: ~/bitrix/modules/market/lib/PageRules.php
  • Класс: BitrixMarketPageRules
  • Вызов: PageRules::getComponentData
public function getComponentData(): array
{
	if (!$this->classInstance instanceof Loadable) {
		return [];
	}

	return $this->classInstance->getAjaxData($this->componentParams);
}