NextDom\Enums\FoldersAndFilesReferential
Synopsis
class FoldersAndFilesReferential
extends Enum
{
- // constants
- const NEXTDOM_ROOT_FOLDERS = ;
- const NEXTDOM_ROOT_FILES = ;
- const NEXTDOM_PUBLIC_FOLDERS = ;
- const NEXTDOM_PUBLIC_FILES = ;
- const JEEDOM_BACKUP_FOLDERS = ;
- const JEEDOM_BACKUP_FILES = ;
- const SCENARIO_TEMPLATE_FORLDER = NEXTDOM_DATA . '/data/scenario/;
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
NEXTDOM_ROOT_FOLDERS | |
NEXTDOM_ROOT_FILES | |
NEXTDOM_PUBLIC_FOLDERS | |
NEXTDOM_PUBLIC_FILES | |
JEEDOM_BACKUP_FOLDERS | |
JEEDOM_BACKUP_FILES | |
SCENARIO_TEMPLATE_FORLDER | NEXTDOM_DATA . '/data/scenario/ |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()