Detailed Description
role_admin.php - role administration controller
- Author
- Dennis Reil
-
Michael Riehemann micha.nosp@m.el.r.nosp@m.iehem.nosp@m.ann@.nosp@m.uni-o.nosp@m.lden.nosp@m.burg..nosp@m.de
- Copyright
- 2009 Stud.IP
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Member Function Documentation
ask_remove_role_action |
( |
|
$roleid | ) |
|
Ask for confirmation from the user before deleting a role.
- Parameters
-
integer | id of role to delete |
assign_plugin_role_action |
( |
|
$pluginid = NULL | ) |
|
Display all roles assigned to a particular plugin.
- Parameters
-
integer | plugin id (optional) |
assign_role_action |
( |
|
$userid = NULL | ) |
|
Display all roles assigned to a particular user.
- Parameters
-
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Display a list of all existing roles and some statistics.
remove_role_action |
( |
|
$roleid | ) |
|
Completely delete a role (including all its assignments).
- Parameters
-
integer | id of role to delete |
save_plugin_role_action |
( |
|
$pluginid | ) |
|
Change the roles assigned to a particular plugin.
- Parameters
-
save_role_action |
( |
|
$userid | ) |
|
Change the roles assigned to a particular user.
- Parameters
-
show_role_action |
( |
|
$roleid = NULL | ) |
|
Display a list of user and role assignments for a given role.
- Parameters
-
integer | role id (optional) |
The documentation for this class was generated from the following file: