phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Shapes.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
7 abstract class Shapes extends BaseEnum {
8  const ASTERISK="asterisk", CERTIFICATE="certificate", CIRCLE="circle", CIRCLE_NOTCHED="circle notched", CIRCLE_THIN="circle thin", CROSSHAIRS="crosshairs", CUBE="cube", CUBES="cubes", ELLIPSIS_HORIZONTAL="ellipsis horizontal", ELLIPSIS_VERTICAL="ellipsis vertical", QUOTE_LEFT="quote left", QUOTE_RIGHT="quote right", SPINNER="spinner", SQUARE="square", SQUARE_OUTLINE="square outline";
9 }
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition: BaseEnum.php:11