phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Map.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract class Map extends BaseEnum {
8 const BUILDING="building", BUILDING_OUTLINE="building outline", CAR="car", COFFEE="coffee", EMERGENCY="emergency", FIRST_AID="first aid", FOOD="food", H="h", HOSPITAL="hospital", LOCATION_ARROW="location arrow", MARKER="marker", MILITARY="military", PAW="paw", SPACE_SHUTTLE="space shuttle", SPOON="spoon", TAXI="taxi", TREE="tree", UNIVERSITY="university";
9}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11