NextDom\Enums\ControllerData
Class ObjectRight
Synopsis
class ControllerData
extends Enum
{
- // constants
- const AJAX_TOKEN = 'AJAX_TOKEN';
- const ALERT_MSG = 'ALERT_MSG';
- const CAN_SUDO = 'CAN_SUDO';
- const CONTENT = 'content';
- const CONTENT_MAIN = 'CONTENT_MAIN';
- const CSS_POOL = 'CSS_POOL';
- const IS_ADMIN = 'IS_ADMIN';
- const IS_MOBILE = 'IS_MOBILE';
- const LANGUAGE = 'LANGUAGE';
- const PLUGINS_JS_POOL = 'PLUGINS_JS_POOL';
- const JS_END_POOL = 'JS_END_POOL';
- const JS_POOL = 'JS_POOL';
- const JS_VARS = 'JS_VARS';
- const JS_VARS_RAW = 'JS_VARS_RAW';
- const TITLE = 'TITLE';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
AJAX_TOKEN | 'AJAX_TOKEN' |
ALERT_MSG | 'ALERT_MSG' |
CAN_SUDO | 'CAN_SUDO' |
CONTENT | 'content' |
CONTENT_MAIN | 'CONTENT_MAIN' |
CSS_POOL | 'CSS_POOL' |
IS_ADMIN | 'IS_ADMIN' |
IS_MOBILE | 'IS_MOBILE' |
LANGUAGE | 'LANGUAGE' |
PLUGINS_JS_POOL | 'PLUGINS_JS_POOL' |
JS_END_POOL | 'JS_END_POOL' |
JS_POOL | 'JS_POOL' |
JS_VARS | 'JS_VARS' |
JS_VARS_RAW | 'JS_VARS_RAW' |
TITLE | 'TITLE' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()