phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Sens.php
Go to the documentation of this file.
1
<?php
2
namespace
Ajax\semantic\html\base\constants
;
3
use
Ajax\common\BaseEnum
;
4
abstract
class
Sens
extends
BaseEnum
{
5
const
VERTICAL
=
"vertical"
,
HORIZONTAL
=
"horizontal"
,
NONE
=
""
;
6
}
BaseEnum
Ajax\semantic\html\base\constants\Sens\HORIZONTAL
const HORIZONTAL
Definition:
Sens.php:5
Ajax\semantic\html\base\constants\Sens\NONE
const NONE
Definition:
Sens.php:5
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\Sens\VERTICAL
const VERTICAL
Definition:
Sens.php:5
Ajax\semantic\html\base\constants\Sens
Definition:
Sens.php:4
Ajax
semantic
html
base
constants
Sens.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13