Member Function Documentation
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
{Callback function being called before an action is executed. If this function does not return FALSE, the action will be called, otherwise an error will be generated and processing will be aborted. If this function already #rendered or #redirected, further processing of the action is withheld.
- Parameters
-
| string | Name of the action to perform. |
| array | An array of arguments to the action. |
- Returns
- bool
}
Reimplemented from AuthenticatedController.
| delete_action |
( |
|
$group_id, |
|
|
|
$user_id |
|
) |
| |
Ajaxaction to delete a user
| deleteGroup_action |
( |
|
$group_id | ) |
|
| editGroup_action |
( |
|
$group_id = null | ) |
|
Interface to edit a group or create a new one.
- Parameters
-
Basic display of the groups
| memberAdd_action |
( |
|
$group_id = null | ) |
|
Action to add multiple members to a group.
- Parameters
-
Ajax action to move a user
| selectInstitute_action |
( |
| ) |
|
Action to select institute. This should be put somewhere else since we have to do this on EVERY institute page
| sortAlphabetic_action |
( |
|
$group_id | ) |
|
Action to truncate a group
- Parameters
-
The documentation for this class was generated from the following file: