phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
UserTypes.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract 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}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11