• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/urlmanager/parseresult.php
  • Класс: BitrixRpaUrlManagerParseResult
  • Вызов: ParseResult::__construct
public function __construct(string $componentName = null, array $componentParameters = null, string $templateName = null)
{
	$this->componentName = $componentName;
	$this->componentParameters = $componentParameters;
	$this->templateName = $templateName;
}