• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/response/entity/component.php
  • Класс: Bitrix\Crm\Controller\Response\Entity\Component
  • Вызов: Component::__construct
public function __construct($componentName, $componentTemplate = '')
{
	$this->componentName = $componentName;
	$this->componentTemplate = $componentTemplate;
}