Открытые члены | |
create ($action, $params=[], $absolute=false) | |
createByController (Controller $controller, $action, $params=array(), $absolute=false) | |
createByComponentController (Controller $controller, $action, $params=array(), $absolute=false) | |
createByBitrixComponent (\CBitrixComponent $component, $action, $params=array(), $absolute=false) | |
getEndPoint ($absolute=false) | |
getHostUrl () | |
Открытые статические члены | |
static | getInstance () |
Открытые атрибуты | |
const | AJAX_END_POINT = '/bitrix/services/main/ajax.php' |
const | ABSOLUTE_URL = true |
Защищенные члены | |
getVendorAndModule ($moduleId) | |
См. определение в файле urlmanager.php строка 10
create | ( | $action, | |
$params = [], | |||
$absolute = false ) |
Creates uri for the action.
string | $action | The fully qualified action name. |
array | $params | Additional parameters for action. |
bool | $absolute | Generate absolute uri or not. |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentOutOfRangeException
См. определение в файле urlmanager.php строка 50
createByBitrixComponent | ( | \CBitrixComponent | $component, |
$action, | |||
$params = array(), | |||
$absolute = false ) |
Creates uri for the bitrix component which implements
\CBitrixComponent | $component | |
string | $action | Relative action name. |
array | $params | Additional parameters for action. |
bool | $absolute | Generate absolute uri or not. |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentOutOfRangeException
См. определение в файле urlmanager.php строка 177
createByComponentController | ( | Controller | $controller, |
$action, | |||
$params = array(), | |||
$absolute = false ) |
Creates uri for the controller in component and it's action.
Controller | $controller | Controller. |
string | $action | Relative action name. |
array | $params | Additional parameters for action. |
bool | $absolute | Generate absolute uri or not. |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentOutOfRangeException
ReflectionException
См. определение в файле urlmanager.php строка 133
createByController | ( | Controller | $controller, |
$action, | |||
$params = array(), | |||
$absolute = false ) |
Creates uri for the controller and it's action.
Controller | $controller | Controller. |
string | $action | Relative action name. |
array | $params | Additional parameters for action. |
bool | $absolute | Generate absolute uri or not. |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentOutOfRangeException
См. определение в файле urlmanager.php строка 82
getEndPoint | ( | $absolute = false | ) |
Returns uri for the end point.
bool | $absolute | Generate absolute uri or not. |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentOutOfRangeException
См. определение в файле urlmanager.php строка 198
getHostUrl | ( | ) |
Returns host url with port and scheme.
См. определение в файле urlmanager.php строка 214
|
static |
См. определение в файле urlmanager.php строка 28
|
protected |
См. определение в файле urlmanager.php строка 103
const ABSOLUTE_URL = true |
См. определение в файле urlmanager.php строка 14
const AJAX_END_POINT = '/bitrix/services/main/ajax.php' |
См. определение в файле urlmanager.php строка 12