См. определение в файле resolver.php строка 9
◆ getControllerAndAction()
getControllerAndAction |
( |
| $vendor, |
|
|
| $module, |
|
|
| $action, |
|
|
| $scope = Controller::SCOPE_AJAX ) |
|
static |
Returns list instance of controller and action in this controller.
- Аргументы
-
string | $vendor | |
string | $module | |
string | $action | |
string | $scope | |
- Возвращает
- array|null
См. определение в файле resolver.php строка 23
◆ getDefaultNamespaceByModule()
getDefaultNamespaceByModule |
( |
| $module | ) |
|
|
static |
Returns default namespace by module.
- Аргументы
-
- Возвращает
- null|string
См. определение в файле resolver.php строка 117
◆ getNameByController()
Returns name of controller for using in routing. The name is built by rules: fully qualified name contains delimiters by dot. Example: vendor:module.controller.action.
- Аргументы
-
Controller | $controller | Controller. |
- Возвращает
- string
См. определение в файле resolver.php строка 234
◆ DEFAULT_VENDOR
const DEFAULT_VENDOR = 'bitrix' |
Объявления и описания членов класса находятся в файле: