NextDom\Enums\PlanLinkType
Synopsis
class PlanLinkType
extends Enum
{
- // constants
- const CMD = 'cmd';
- const EQLOGIC = 'eqLogic';
- const GRAPH = 'graph';
- const IMAGE = 'image';
- const PLAN = 'plan';
- const SCENARIO = 'scenario';
- const SUMMARY = 'summary';
- const TEXT = 'text';
- const VIEW = 'view';
- const ZONE = 'zone';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
CMD | 'cmd' |
EQLOGIC | 'eqLogic' |
GRAPH | 'graph' |
IMAGE | 'image' |
PLAN | 'plan' |
SCENARIO | 'scenario' |
SUMMARY | 'summary' |
TEXT | 'text' |
VIEW | 'view' |
ZONE | 'zone' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()