• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Router/ParseResult.php
  • Класс: Bitrix\Crm\Service\Router\ParseResult
  • Вызов: ParseResult::__construct
public function __construct(
	string $componentName = null,
	array $componentParameters = null,
	string $templateName = null,
	int $entityTypeId = \CCrmOwnerType::Undefined
)
{
	$this->componentName = $componentName;
	$this->componentParameters = $componentParameters;
	$this->templateName = $templateName;
	$this->entityTypeId = $entityTypeId;
}