| Role | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| See Also | Cts_Controller_Action_Abstract |
| Instance Methods | |
| init | Invoked automatically when an instance is created. |
| Actions | |
| index | Description of what this action does. |
| edit | Creates or edits roles. |
| delete | Delete a role. |
function indexAction()
Description of what this action does.
| roles | array containing all roles from the db. Uses RolesIndex view. |
function editAction()
Creates or edits roles.
| param | description of param |
| registry_value | description of registry value used in this action |
| param param_name | description of param passed to hook |
| $view_var | Description of variable that gets passed to view |
Invoked automatically when an instance is created.
function init()
Description of what this action does.
function indexAction()
Creates or edits roles.
function editAction()
Delete a role.
function deleteAction()