NextDom\Enums\ViewType
Class ViewType
Synopsis
class ViewType
extends Enum
{
- // constants
- const DESKTOP_VIEW = 'd';
- const STATIC_VIEW = 's';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
DESKTOP_VIEW | 'd' |
STATIC_VIEW | 's' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()