1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл routing_index.php

См. исходные тексты.

Переменные

 $application = Main\Application::getInstance()
 $router = $application->getRouter()
 $request = Context::getCurrent()->getRequest()
 $route = $router->match($request)
 if ( $route !==null)

Переменные

◆ $application

$application = Main\Application::getInstance()

См. определение в файле routing_index.php строка 21

◆ $request

$request = Context::getCurrent()->getRequest()

См. определение в файле routing_index.php строка 34

◆ $route

$route = $router->match($request)

См. определение в файле routing_index.php строка 35

◆ $router

$router = $application->getRouter()

См. определение в файле routing_index.php строка 31

◆ if

if($route !==null) ( $route ! = = null)

См. определение в файле routing_index.php строка 37