
Public Member Functions | |
| init () | |
| __toString () | |
Static Public Member Functions | |
| static | getFromString ($perm) |
Public Attributes | |
| $_model = 'Pluf_Permission' | |
| Pluf_Permission::init | ( | ) |
Reimplemented from Pluf_Model.
| Pluf_Permission::__toString | ( | ) |
Represents the model in auto generated lists.
You need to overwrite this method to have a nice display of your objects in the select boxes, logs.
Reimplemented from Pluf_Model.
| static Pluf_Permission::getFromString | ( | $ | perm | ) | [static] |
Get the matching permission object from the permission string.
| string | Permission string, for example 'Pluf_User.create'. |
| Pluf_Permission::$_model = 'Pluf_Permission' |
Reimplemented from Pluf_Model.