phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Objects.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract class Objects extends BaseEnum {
8 const ANCHOR="anchor", BAR="bar", BOMB="bomb", BOOK="book", BULLSEYE="bullseye", CALCULATOR="calculator", CHECKERED_FLAG="checkered flag", COCKTAIL="cocktail", DIAMOND="diamond", FAX="fax", FIRE_EXTINGUISHER="fire extinguisher", FIRE="fire", GIFT="gift", LEAF="leaf", LEGAL="legal", LEMON="lemon", LIFE_RING="life ring", LIGHTNING="lightning", MAGNET="magnet", MONEY="money", MOON="moon", PLANE="plane", PUZZLE="puzzle", RAIN="rain", ROAD="road", ROCKET="rocket", SHIPPING="shipping", SOCCER="soccer", SUITCASE="suitcase", SUN="sun", TRAVEL="travel", TREATMENT="treatment", WORLD="world";
9}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11