phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HeaderSize.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
abstract
class
HeaderSize
extends
BaseEnum
{
8
const
HUGE
=
"huge"
,
LARGE
=
"large"
,
MEDIUM
=
""
,
SMALL
=
"small"
,
TINY
=
"tiny"
;
9
}
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\HeaderSize
Definition
HeaderSize.php:7
Ajax\semantic\html\base\constants\HeaderSize\LARGE
const LARGE
Definition
HeaderSize.php:8
Ajax\semantic\html\base\constants\HeaderSize\MEDIUM
const MEDIUM
Definition
HeaderSize.php:8
Ajax\semantic\html\base\constants\HeaderSize\SMALL
const SMALL
Definition
HeaderSize.php:8
Ajax\semantic\html\base\constants\HeaderSize\HUGE
const HUGE
Definition
HeaderSize.php:8
Ajax\semantic\html\base\constants\HeaderSize\TINY
const TINY
Definition
HeaderSize.php:8
Ajax\semantic\html\base\constants
Definition
CheckboxType.php:3
Ajax
semantic
html
base
constants
HeaderSize.php
Generated on Sun Dec 10 2023 16:16:01 for
phpMv-UI
by
doxygen
1.9.8