phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
UserActions.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract class UserActions extends BaseEnum {
8 const ADJUST="adjust", ADD_USER="add user", ADD_TO_CART="add to cart", ARCHIVE="archive", BAN="ban", BOOKMARK="bookmark", CALL="call", CALL_SQUARE="call square", CLOUD_DOWNLOAD="cloud download", CLOUD_UPLOAD="cloud upload", COMPRESS="compress", CONFIGURE="configure", DOWNLOAD="download", EDIT="edit", ERASE="erase", EXCHANGE="exchange", EXTERNAL_SHARE="external share", EXPAND="expand", FILTER="filter", FLAG="flag", FLAG_OUTLINE="flag outline", FORWARD_MAIL="forward mail", HIDE="hide", IN_CART="in cart", LOCK="lock", PIN="pin", PRINT_="print", RANDOM="random", RECYCLE="recycle", REFRESH="refresh", REMOVE_BOOKMARK="remove bookmark", REMOVE_USER="remove user", REPEAT="repeat", REPLY_ALL="reply all", REPLY="reply", RETWEET="retweet", SEND="send", SEND_OUTLINE="send outline", SHARE_ALTERNATE="share alternate", SHARE_ALTERNATE_SQUARE="share alternate square", SHARE="share", SHARE_SQUARE="share square", SIGN_IN="sign in", SIGN_OUT="sign out", THEME="theme", TRANSLATE="translate", UNDO="undo", UNHIDE="unhide", UNLOCK_ALTERNATE="unlock alternate", UNLOCK="unlock", UPLOAD="upload", WAIT="wait", WIZARD="wizard", WRITE="write", WRITE_SQUARE="write square";
9}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11