См. определение в файле manager.php строка 8
◆ disableAllFeaturesTmp()
static disableAllFeaturesTmp |
( |
| ) |
|
|
static |
Disable all tmp feature.
- Возвращает
- void
См. определение в файле manager.php строка 268
◆ disableFeatureTmp()
static disableFeatureTmp |
( |
| $feature | ) |
|
|
static |
Disable some tmp feature.
- Аргументы
-
string | $feature | Feature code. |
- Возвращает
- void
См. определение в файле manager.php строка 256
◆ enableFeatureTmp()
static enableFeatureTmp |
( |
| $feature | ) |
|
|
static |
Enable some feature for moment.
- Аргументы
-
string | $feature | Feature code. |
- Возвращает
- void
См. определение в файле manager.php строка 246
◆ getActionCode()
static getActionCode |
( |
string | $code | ) |
|
|
static |
Returns JS action for the restriction.
- Аргументы
-
string | null | $code | Restriction code. |
- Возвращает
- string|null
См. определение в файле manager.php строка 132
◆ getLockIcon()
static getLockIcon |
( |
?string | $code, |
|
|
array | $nodes = [] ) |
|
static |
Returns lock icon html by restriction code.
- Аргументы
-
string | null | $code | Restriction code. |
array | $nodes | Html nodes for binding click event. |
- Возвращает
- string|null
См. определение в файле manager.php строка 166
◆ getMapItem()
static getMapItem |
( |
string | $code | ) |
|
|
staticprotected |
Returns map's item by code.
- Аргументы
-
- Возвращает
- array
См. определение в файле manager.php строка 110
◆ getSystemErrorMessage()
static getSystemErrorMessage |
( |
| $code | ) |
|
|
static |
- Аргументы
-
string | null | $code | Restriction code. |
- Возвращает
- string|null
См. определение в файле manager.php строка 198
◆ includeInformerComponent()
static includeInformerComponent |
( |
| ) |
|
|
staticprotected |
Includes necessary component.
- Возвращает
- void
См. определение в файле manager.php строка 145
◆ isAllowed()
static isAllowed |
( |
string | $code, |
|
|
array | $params = [], |
|
|
string | $cacheSalt = '' ) |
|
static |
Checks restriction existing by code.
- Аргументы
-
string | $code | Restriction code. |
array | $params | Additional params. |
string | $cacheSalt | Additional cache salt. |
- Возвращает
- bool
См. определение в файле manager.php строка 214
◆ $tmpFeatures
◆ MAP