NextDom\Enums\ScenarioConf
Class ScenarioCache
Synopsis
class ScenarioConf
extends Enum
{
- // constants
- const LOG_MODE = 'logmode';
- const SYNC_MODE = 'syncmode';
- const TIME_DEPENDENCY = 'timeDependency';
- const TIMELINE_ENABLE = 'timeline::enable';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
LOG_MODE | 'logmode' |
SYNC_MODE | 'syncmode' |
TIME_DEPENDENCY | 'timeDependency' |
TIMELINE_ENABLE | 'timeline::enable' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()