Method |
Description |
|
__construct ( $route, array $data = [] ) |
|
|
construct ( $route, array $data = [] ) : static |
|
|
constructCurrent ( ) : static |
|
|
createAbsoluteUrl ( ) : string |
|
|
createUrl ( ) : string |
|
|
disableAbsolute ( ) |
|
|
disableAdmin ( ) |
|
|
enableAbsolute ( ) |
Включить абсолютный адрес |
|
enableAdmin ( ) |
Это урл админки. |
|
enableAjaxValidateForm ( ) |
Добавить параметры, указывающие что запрос на валидацию данных формы. |
|
getCurrent ( ) : static |
|
|
getRef ( ) : null | string |
|
|
getSystem ( null | string $key = null, null $default = null ) : array | mixed |
Получить системный параметр |
|
isAdmin ( ) : boolean |
|
|
issetSystemParam ( $key ) : boolean |
|
|
normalizeCurrentRoute ( ) |
|
|
setCurrentRef ( ) |
|
|
setRef ( $ref ) |
|
|
setRoute ( $route ) |
|
|
setSystem ( $systemData = [] ) |
|
|
setSystemParam ( string $key, $value = '' ) |
|
|
toArray ( ) : array |
|
|
toString ( ) |
|
|