phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Rating.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract class Rating extends BaseEnum {
8 const EMPTY_HEART="empty heart", EMPTY_STAR="empty star", FROWN="frown", HEART="heart", MEH="meh", SMILE="smile", STAR_HALF_EMPTY="star half empty", STAR_HALF="star half", STAR="star", THUMBS_DOWN="thumbs down", THUMBS_OUTLINE_DOWN="thumbs outline down", THUMBS_OUTLINE_UP="thumbs outline up", THUMBS_UP="thumbs up";
9}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11