NextDom\Enums\PlanDisplayType
Synopsis
class PlanDisplayType
extends Enum
{
- // constants
- const BACKGROUND_DEFAULT = 'background-default';
- const COLOR_DEFAULT = 'color-default';
- const ICON = 'icon';
- const GRAPH = 'graph';
- const NAME = 'name';
- const OFFSET_X = 'offsetX';
- const OFFSET_Y = 'offsetY';
- const PATH = 'path';
- const SHOW_ON = 'showOn';
- const TEXT = 'text';
- const TRANSPARENT_BACKGROUND = 'transparent-background';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
| Name | Value |
|---|---|
| BACKGROUND_DEFAULT | 'background-default' |
| COLOR_DEFAULT | 'color-default' |
| ICON | 'icon' |
| GRAPH | 'graph' |
| NAME | 'name' |
| OFFSET_X | 'offsetX' |
| OFFSET_Y | 'offsetY' |
| PATH | 'path' |
| SHOW_ON | 'showOn' |
| TEXT | 'text' |
| TRANSPARENT_BACKGROUND | 'transparent-background' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()