|
1C-Bitrix 25.700.0
|
Переменные | |
| $application = Main\Application::getInstance() | |
| $router = $application->getRouter() | |
| $request = Context::getCurrent()->getRequest() | |
| $route = $router->match($request) | |
| if ( $route !==null) | |
| $application = Main\Application::getInstance() |
См. определение в файле routing_index.php строка 21
| $request = Context::getCurrent()->getRequest() |
См. определение в файле routing_index.php строка 34
| $route = $router->match($request) |
См. определение в файле routing_index.php строка 35
| $router = $application->getRouter() |
См. определение в файле routing_index.php строка 31
| if($route !==null) | ( | $route ! = = null | ) |
См. определение в файле routing_index.php строка 37