◆ before_filter()
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Sets up the controller
- Parameters
-
String | $action | Which action shall be invoked |
Array | $args | Arguments passed to the action method |
◆ buddy_action()
buddy_action |
( |
|
$action = 'add' | ) |
|
Controller for all buddy related action.
The following actions are supported:
- "add" to add a user to the current user's buddy list
- "remove" to remove a user from the current user's buddy list
- Parameters
-
String | $action | The action to be executed |
◆ config_action()
config_action |
( |
|
$setting, |
|
|
|
$ticket |
|
) |
| |
Changes a specific setting by toggling it's state.
- Parameters
-
String | $settings | The settings to be changed |
String | $ticket | Neccessary studip ticket to execute the change |
◆ index_action()
Displays the online list.
The documentation for this class was generated from the following file: