См. определение в файле hook.php строка 6
◆ getRestrictionCodeByHookCode()
static getRestrictionCodeByHookCode |
( |
string | $hookCode | ) |
|
|
static |
Returns restriction code by hook code.
- Аргументы
-
string | $hookCode | Hook code. |
- Возвращает
- string|null
См. определение в файле hook.php строка 25
◆ isAllowed()
static isAllowed |
( |
string | $code | ) |
|
|
static |
Checks hook restriction existing by code.
- Аргументы
-
string | $code | Restriction code. |
- Возвращает
- bool
См. определение в файле hook.php строка 51
◆ isHookAllowed()
static isHookAllowed |
( |
string | $hookCode | ) |
|
|
static |
Checks hook restriction by hook code.
- Аргументы
-
string | $hookCode | Hook code. |
- Возвращает
- bool
См. определение в файле hook.php строка 36
◆ MAP
Инициализатор= [
'gtm' => 'limit_sites_google_analytics',
'gacounter' => 'limit_sites_google_analytics',
'yacounter' => 'limit_sites_google_analytics',
'copyright' => 'limit_sites_powered_by',
'headblock' => 'limit_sites_html_js',
'theme' => 'limit_sites_change_color_palette',
]
Codes under limits.
См. определение в файле hook.php строка 11