Component::getHtml

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Component
  4. getHtml
  • Модуль: 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();
}

Добавить комментарий