|
| | before_filter (&$action, &$args) |
| |
| | index_action () |
| |
| | add_action () |
| |
| | ask_remove_role_action ($role_id) |
| |
| | remove_role_action ($roleid) |
| |
| | assign_role_action ($userid=NULL) |
| |
| | save_role_action ($userid) |
| |
| | assign_plugin_role_action ($pluginid=NULL) |
| |
| | save_plugin_role_action ($pluginid) |
| |
| | show_role_action ($roleid=null) |
| |
| | add_user_action ($role_id, $user_id) |
| |
| | remove_user_action ($role_id, $user_id) |
| |
| | add_plugin_action ($role_id) |
| |
| | remove_plugin_action ($role_id, $plugin_id) |
| |
| | assign_role_institutes_action ($role_id, $user_id) |
| |
| | before_filter (&$action, &$args) |
| |
| | perform ($unconsumed_path) |
| |
| | after_filter ($action, $args) |
| |
| | validate_args (&$args, $types=NULL) |
| |
| | url_for ($to='') |
| |
| | link_for ($to='') |
| |
| | relocate ($to) |
| |
| | rescue ($exception) |
| |
| | render_json ($data) |
| |
| | render_csv ($data, $filename=null, $delimiter=';', $enclosure='"') |
| |
| | relay ($to_uri) |
| |
| | perform_relayed ($unconsumed) |
| |
| | render_template_as_string ($template, $layout=null) |
| |
◆ add_action()
◆ add_plugin_action()
| add_plugin_action |
( |
|
$role_id | ) |
|
◆ add_user_action()
| add_user_action |
( |
|
$role_id, |
|
|
|
$user_id |
|
) |
| |
◆ ask_remove_role_action()
| ask_remove_role_action |
( |
|
$role_id | ) |
|
Ask for confirmation from the user before deleting a role.
- Parameters
-
| integer | id of role to delete |
◆ assign_plugin_role_action()
| assign_plugin_role_action |
( |
|
$pluginid = NULL | ) |
|
Display all roles assigned to a particular plugin.
- Parameters
-
| integer | plugin id (optional) |
◆ assign_role_action()
| assign_role_action |
( |
|
$userid = NULL | ) |
|
Display all roles assigned to a particular user.
- Parameters
-
◆ assign_role_institutes_action()
| assign_role_institutes_action |
( |
|
$role_id, |
|
|
|
$user_id |
|
) |
| |
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
◆ getMultiPersonSearch()
| getMultiPersonSearch |
( |
|
$role_id | ) |
|
|
protected |
◆ getRole()
| static getRole |
( |
|
$role_id | ) |
|
|
static |
Returns the role with the given id.
- Parameters
-
| string | $role_id | Id of the role |
- Returns
- Role
◆ index_action()
Display a list of all existing roles and some statistics.
◆ remove_plugin_action()
| remove_plugin_action |
( |
|
$role_id, |
|
|
|
$plugin_id |
|
) |
| |
◆ remove_role_action()
| remove_role_action |
( |
|
$roleid | ) |
|
Completely delete a role (including all its assignments).
- Parameters
-
| integer | id of role to delete |
◆ remove_user_action()
| remove_user_action |
( |
|
$role_id, |
|
|
|
$user_id |
|
) |
| |
◆ save_plugin_role_action()
| save_plugin_role_action |
( |
|
$pluginid | ) |
|
Change the roles assigned to a particular plugin.
- Parameters
-
◆ save_role_action()
| save_role_action |
( |
|
$userid | ) |
|
Change the roles assigned to a particular user.
- Parameters
-
◆ show_role_action()
| 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: