phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations. More...
Static Public Member Functions | |
static | getConstants () |
static | getConstantValues ($postFix="", $prefixBefore=false) |
static | isValidName ($name, $strict=false) |
static | isValidValue ($value) |
static | getRandomValue (bool $unique=false) |
Static Private Attributes | |
static | $constCacheArray = NULL |
static | $picked = [] |
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition at line 11 of file BaseEnum.php.
|
static |
Definition at line 17 of file BaseEnum.php.
|
static |
Definition at line 29 of file BaseEnum.php.
|
static |
Definition at line 61 of file BaseEnum.php.
|
static |
Definition at line 45 of file BaseEnum.php.
|
static |
Definition at line 56 of file BaseEnum.php.
|
staticprivate |
Definition at line 13 of file BaseEnum.php.
|
staticprivate |
Definition at line 15 of file BaseEnum.php.