phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
UserTypes.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\base\constants\icons
;
4
5
use
Ajax\common\BaseEnum
;
6
7
abstract
class
UserTypes
extends
BaseEnum
{
8
const
ANNOUNCEMENT
=
"announcement"
,
BIRTHDAY
=
"birthday"
,
FLAG
=
"flag"
,
HELP
=
"help"
,
HELP_CIRCLE
=
"help circle"
,
INFO
=
"info"
,
INFO_CIRCLE
=
"info circle"
,
WARNING
=
"warning"
,
WARNING_CIRCLE
=
"warning circle"
,
WARNING_SIGN
=
"warning sign"
;
9
}
BaseEnum
Ajax\semantic\html\base\constants\icons\UserTypes\WARNING_CIRCLE
const WARNING_CIRCLE
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\FLAG
const FLAG
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\INFO
const INFO
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\BIRTHDAY
const BIRTHDAY
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\WARNING_SIGN
const WARNING_SIGN
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons
Definition:
Animals.php:2
Ajax\semantic\html\base\constants\icons\UserTypes\ANNOUNCEMENT
const ANNOUNCEMENT
Definition:
UserTypes.php:8
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\icons\UserTypes\HELP
const HELP
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\WARNING
const WARNING
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\HELP_CIRCLE
const HELP_CIRCLE
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes\INFO_CIRCLE
const INFO_CIRCLE
Definition:
UserTypes.php:8
Ajax\semantic\html\base\constants\icons\UserTypes
Definition:
UserTypes.php:7
Ajax
semantic
html
base
constants
icons
UserTypes.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13