• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/component/selector/entity.php
  • Класс: BitrixIblockComponentSelectorEntity
  • Вызов: Entity::executeComponent
public function executeComponent()
{
	$this->checkModules();
	$this->prepareRequest();
	$this->initDefaultSettings();
	$this->initSettings();
	$this->prepareResult();
	$this->includeComponentTemplate();
}