NextDom\Enums\AjaxActions
Class AjaxActions
Synopsis
class AjaxActions
extends Enum
{
- // constants
- const CACHE = 'cache';
- const CMD = 'cmd';
- const CONFIG = 'config';
- const CRON = 'cron';
- const DATA_STORE = 'dataStore';
- const EQLOGIC = 'eqLogic';
- const EVENT = 'event';
- const INTERACT = 'interact';
- const LOG = 'log';
- const MESSAGE = 'message';
- const NETWORK = 'network';
- const NEXTDOM = 'nextdom';
- const OBJECT = 'object';
- const PLAN = 'plan';
- const PLUGIN = 'plugin';
- const REPO = 'repo';
- const REPORT = 'report';
- const SCENARIO = 'scenario';
- const UPDATE = 'update';
- const USER = 'user';
- const VIEW = 'view';
- const WIDGET = 'widget';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
| Name | Value |
|---|---|
| CACHE | 'cache' |
| CMD | 'cmd' |
| CONFIG | 'config' |
| CRON | 'cron' |
| DATA_STORE | 'dataStore' |
| EQLOGIC | 'eqLogic' |
| EVENT | 'event' |
| INTERACT | 'interact' |
| LOG | 'log' |
| MESSAGE | 'message' |
| NETWORK | 'network' |
| NEXTDOM | 'nextdom' |
| OBJECT | 'object' |
| PLAN | 'plan' |
| PLUGIN | 'plugin' |
| REPO | 'repo' |
| REPORT | 'report' |
| SCENARIO | 'scenario' |
| UPDATE | 'update' |
| USER | 'user' |
| VIEW | 'view' |
| WIDGET | 'widget' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()