• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/urlmanager.php
  • Класс: BitrixRpaUrlManager
  • Вызов: UrlManager::__construct
public function __construct()
{
	$this->root = $this->getDefaultRoot();
	$this->isSefMode = true;
	$this->siteId = Application::getInstance()->getContext()->getSite();
}