...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/controller/response/entity/component.php
- Класс: Bitrix\Crm\Controller\Response\Entity\Component
- Вызов: Component::getHtml
public function getHtml() { global $APPLICATION; ob_start(); $APPLICATION->IncludeComponent( $this->componentName, $this->componentTemplate, $this->componentParams, $this->parentComponent, $this->functionParams ); return ob_get_clean(); }