NextDom\Enums\CmdType
Class CmdType
Synopsis
class CmdType
extends Enum
{
- // constants
- const INFO = 'info';
- const ACTION = 'action';
- const STRING = 'string';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
INFO | 'info' |
ACTION | 'action' |
STRING | 'string' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()