NextDom\Enums\CmdSubType
Class CmdSubType
Synopsis
class CmdSubType
                extends Enum
            {
        - // constants
- const NUMERIC = 'numeric';
- const BINARY = 'binary';
- const STRING = 'string';
- const OTHER = 'other';
- const SLIDER = 'slider';
- const COLOR = 'color';
- const MESSAGE = 'message';
- const SELECT = 'select';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
| Name | Value | 
|---|---|
| NUMERIC | 'numeric' | 
| BINARY | 'binary' | 
| STRING | 'string' | 
| OTHER | 'other' | 
| SLIDER | 'slider' | 
| COLOR | 'color' | 
| MESSAGE | 'message' | 
| SELECT | 'select' | 
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()