|
| | before_filter (&$action, &$args) |
| |
| | index_action () |
| |
| | buddy_action ($action='add') |
| |
| | config_action ($setting, $ticket) |
| |
| | 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) |
| |
| | __call ($method, $arguments) |
| |
| | has_action ($action) |
| |
| | action_url ($action) |
| |
| | action_link ($action) |
| |
◆ 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 |
Reimplemented from StudipController.
◆ 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: