phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
CssSize.php
Go to the documentation of this file.
1
<?php
2
namespace
Ajax\bootstrap\html\base
;
3
4
use
Ajax\common\BaseEnum
;
5
abstract
class
CssSize
extends
BaseEnum
{
6
const
SIZE_LG
=
"lg"
,
SIZE_DEFAULT
=
""
,
SIZE_SM
=
"sm"
,
SIZE_XS
=
"xs"
,
SIZE_MD
=
"md"
;
7
}
Ajax\bootstrap\html\base\CssSize
Definition
CssSize.php:5
Ajax\bootstrap\html\base\CssSize\SIZE_XS
const SIZE_XS
Definition
CssSize.php:6
Ajax\bootstrap\html\base\CssSize\SIZE_DEFAULT
const SIZE_DEFAULT
Definition
CssSize.php:6
Ajax\bootstrap\html\base\CssSize\SIZE_SM
const SIZE_SM
Definition
CssSize.php:6
Ajax\bootstrap\html\base\CssSize\SIZE_MD
const SIZE_MD
Definition
CssSize.php:6
Ajax\bootstrap\html\base\CssSize\SIZE_LG
const SIZE_LG
Definition
CssSize.php:6
Ajax\common\BaseEnum
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition
BaseEnum.php:11
Ajax\bootstrap\html\base
Definition
CssButton.php:2
Ajax
bootstrap
html
base
CssSize.php
Generated on Sun Dec 10 2023 16:15:51 for
phpMv-UI
by
doxygen
1.9.8