phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
VerticalAlignment.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\base\constants
;
4
5
use
Ajax\common\BaseEnum
;
6
7
class
VerticalAlignment
extends
BaseEnum
{
8
const
TOP
=
"top"
,
MIDDLE
=
"middle"
,
BOTTOM
=
"bottom"
;
9
}
Ajax\semantic\html\base\constants\VerticalAlignment\BOTTOM
const BOTTOM
Definition:
VerticalAlignment.php:8
BaseEnum
Ajax\semantic\html\base\constants\VerticalAlignment\MIDDLE
const MIDDLE
Definition:
VerticalAlignment.php:8
Ajax\semantic\html\base\constants\VerticalAlignment
Definition:
VerticalAlignment.php:7
Ajax\common\BaseEnum
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition:
BaseEnum.php:11
Ajax\semantic\html\base\constants
Definition:
CheckboxType.php:3
Ajax\semantic\html\base\constants\VerticalAlignment\TOP
const TOP
Definition:
VerticalAlignment.php:8
Ajax
semantic
html
base
constants
VerticalAlignment.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13