phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Size.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
Size
extends
BaseEnum
{
5
const
MASSIVE
=
"massive"
,
HUGE
=
"huge"
,
BIG
=
"big"
,
LARGE
=
"large"
,
MEDIUM
=
""
,
SMALL
=
"small"
,
TINY
=
"tiny"
,
MINI
=
"mini"
;
6
}
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\Size
Definition
Size.php:4
Ajax\semantic\html\base\constants\Size\LARGE
const LARGE
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\MEDIUM
const MEDIUM
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\SMALL
const SMALL
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\MINI
const MINI
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\HUGE
const HUGE
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\MASSIVE
const MASSIVE
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\BIG
const BIG
Definition
Size.php:5
Ajax\semantic\html\base\constants\Size\TINY
const TINY
Definition
Size.php:5
Ajax\semantic\html\base\constants
Definition
CheckboxType.php:3
Ajax
semantic
html
base
constants
Size.php
Generated on Sun Dec 10 2023 16:16:03 for
phpMv-UI
by
doxygen
1.9.8