NextDom\Enums\Common
Common string
Synopsis
class Common
extends Enum
{
- // constants
- const ACTION = 'action';
- const ACTIVE = 'active';
- const ALL = 'all';
- const ALWAYS = 'always';
- const AUTO = 'auto';
- const BATTERY = 'battery';
- const CATEGORY = 'category';
- const CHANGED = 'changed';
- const CLASS_CODE = 'class';
- const CLASS_NAME = 'className';
- const CMD_ID = 'cmd_id';
- const CMD_PARAMETERS = 'cmd_parameters';
- const COLOR = 'color';
- const COLUMN = 'column';
- const CONFIGURATION = 'configuration';
- const CORE = 'core';
- const CUSTOM = 'custom';
- const DASH_VALUE = 'dashvalue';
- const DATE = 'date';
- const DATETIME = 'datetime';
- const DEFAULT = 'default';
- const DETAIL = 'detail';
- const DISPLAY = 'display';
- const DISPLAY_VALUE = 'display_value';
- const END = 'end';
- const EQLOGIC_ID = 'eqLogic_id';
- const EVENT = 'event';
- const FUNCTION = 'function';
- const GENERIC_TYPE = 'generic_type';
- const GLOBAL = 'global';
- const GROUP = 'group';
- const HUMAN_NAME = 'humanName';
- const ICON = 'icon';
- const ID = 'id';
- const INFO = 'info';
- const INVERSE_BINARY = 'invertBinary';
- const IS_HISTORIZED = 'isHistorized';
- const KEY = 'key';
- const KEYS = 'keys';
- const HTML = 'html';
- const LENGTH_FACTOR = 'lengthfactor';
- const LEVEL = 'level';
- const LINK = 'link';
- const LOCATION = 'location';
- const LOGICAL_ID = 'logicalId';
- const MARKET = 'market';
- const NAME = 'name';
- const NODE = 'node';
- const NONE = 'none';
- const OBJECT_ID = 'object_id';
- const OBJECT_HTML = 'objectHtml';
- const OPTION = 'option';
- const OPTIONS = 'options';
- const ORDER = 'order';
- const PHP_CLASS = 'phpClass';
- const PLUGIN = 'plugin';
- const PROFILE = 'profile';
- const QUERY = 'query';
- const REPLACE = 'replace';
- const REPLY_CMD = 'reply_cmd';
- const RESULT = 'result';
- const SCENARIO_ID = 'scenario_id';
- const SCHEDULE = 'schedule';
- const START = 'start';
- const STATE = 'state';
- const STATUS = 'status';
- const SUB_PROCESS = 'subprocess';
- const SUBTYPE = 'subtype';
- const SUMMARY = 'summary';
- const TAG = 'tag';
- const TEMPLATE = 'template';
- const TEST = 'test';
- const TIMELINE_ONLY = 'timelineOnly';
- const TIMEOUT = 'timeout';
- const TRIGGER = 'trigger';
- const TYPE = 'type';
- const UNITE = 'unite';
- const UID = 'uid';
- const USED_BY = 'usedBy';
- const VALUE = 'value';
- const VERSION = 'version';
- const VIEW_DATA = 'viewData';
- const WIDGET = 'widget';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
| Name | Value |
|---|---|
| ACTION | 'action' |
| ACTIVE | 'active' |
| ALL | 'all' |
| ALWAYS | 'always' |
| AUTO | 'auto' |
| BATTERY | 'battery' |
| CATEGORY | 'category' |
| CHANGED | 'changed' |
| CLASS_CODE | 'class' |
| CLASS_NAME | 'className' |
| CMD_ID | 'cmd_id' |
| CMD_PARAMETERS | 'cmd_parameters' |
| COLOR | 'color' |
| COLUMN | 'column' |
| CONFIGURATION | 'configuration' |
| CORE | 'core' |
| CUSTOM | 'custom' |
| DASH_VALUE | 'dashvalue' |
| DATE | 'date' |
| DATETIME | 'datetime' |
| DEFAULT | 'default' |
| DETAIL | 'detail' |
| DISPLAY | 'display' |
| DISPLAY_VALUE | 'display_value' |
| END | 'end' |
| EQLOGIC_ID | 'eqLogic_id' |
| EVENT | 'event' |
| FUNCTION | 'function' |
| GENERIC_TYPE | 'generic_type' |
| GLOBAL | 'global' |
| GROUP | 'group' |
| HUMAN_NAME | 'humanName' |
| ICON | 'icon' |
| ID | 'id' |
| INFO | 'info' |
| INVERSE_BINARY | 'invertBinary' |
| IS_HISTORIZED | 'isHistorized' |
| KEY | 'key' |
| KEYS | 'keys' |
| HTML | 'html' |
| LENGTH_FACTOR | 'lengthfactor' |
| LEVEL | 'level' |
| LINK | 'link' |
| LOCATION | 'location' |
| LOGICAL_ID | 'logicalId' |
| MARKET | 'market' |
| NAME | 'name' |
| NODE | 'node' |
| NONE | 'none' |
| OBJECT_ID | 'object_id' |
| OBJECT_HTML | 'objectHtml' |
| OPTION | 'option' |
| OPTIONS | 'options' |
| ORDER | 'order' |
| PHP_CLASS | 'phpClass' |
| PLUGIN | 'plugin' |
| PROFILE | 'profile' |
| QUERY | 'query' |
| REPLACE | 'replace' |
| REPLY_CMD | 'reply_cmd' |
| RESULT | 'result' |
| SCENARIO_ID | 'scenario_id' |
| SCHEDULE | 'schedule' |
| START | 'start' |
| STATE | 'state' |
| STATUS | 'status' |
| SUB_PROCESS | 'subprocess' |
| SUBTYPE | 'subtype' |
| SUMMARY | 'summary' |
| TAG | 'tag' |
| TEMPLATE | 'template' |
| TEST | 'test' |
| TIMELINE_ONLY | 'timelineOnly' |
| TIMEOUT | 'timeout' |
| TRIGGER | 'trigger' |
| TYPE | 'type' |
| UNITE | 'unite' |
| UID | 'uid' |
| USED_BY | 'usedBy' |
| VALUE | 'value' |
| VERSION | 'version' |
| VIEW_DATA | 'viewData' |
| WIDGET | 'widget' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()