|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Inheritance diagram for Direction:Data Fields | |
| const | RIGHT ="right" |
| const | LEFT ="left" |
| const | DOWN ="down" |
| const | UP ="up" |
| const | NONE ="" |
| const | BELOW ="below" |
Additional Inherited Members | |
Static Public Member Functions inherited from BaseEnum | |
| static | getConstants () |
| static | getConstantValues ($postFix="", $prefixBefore=false) |
| static | isValidName ($name, $strict=false) |
| static | isValidValue ($value) |
| static | getRandomValue (bool $unique=false) |
Definition at line 4 of file Direction.php.
| const BELOW ="below" |
Definition at line 5 of file Direction.php.
| const DOWN ="down" |
Definition at line 5 of file Direction.php.
| const LEFT ="left" |
Definition at line 5 of file Direction.php.
| const NONE ="" |
Definition at line 5 of file Direction.php.
| const RIGHT ="right" |
Definition at line 5 of file Direction.php.
| const UP ="up" |
Definition at line 5 of file Direction.php.