|
Stud.IP
3.1 Revision 48552
|


Public Member Functions | |
| before_filter (&$action, &$args) | |
| index_action ($action=false, $widgetId=null) | |
| add_action () | |
| edit_defaults_action ($permission) | |
| update_defaults_action ($permission) | |
| delete_action ($id) | |
| reset_action () | |
| storeNewOrder_action () | |
Public Member Functions inherited from AuthenticatedController | |
| after_filter ($action, $args) | |
Public Member Functions inherited from StudipController | |
| validate_args (&$args, $types=NULL) | |
| url_for ($to= '') | |
| link_for ($to= '') | |
| rescue ($exception) | |
| setInfoBoxImage ($image) | |
| addToInfobox ($category, $text, $icon= 'blank.gif') | |
| render_json ($data) | |
| relay ($to_uri) | |
| perform_relayed ($unconsumed) | |
| render_template_as_string ($template, $layout=null) | |
Additional Inherited Members | |
Protected Member Functions inherited from StudipController | |
| populateInfobox () | |
Protected Attributes inherited from AuthenticatedController | |
| $allow_nobody = false | |
| add_action | ( | ) |
This actions adds a new widget to the start page

| before_filter | ( | & | $action, |
| & | $args | ||
| ) |
Callback function being called before an action is executed.
Reimplemented from AuthenticatedController.

| delete_action | ( | $id | ) |
This actions removes a new widget from the start page
| string | $widgetId | |
| string | $approveDelete | |
| string | $studipticket |

| edit_defaults_action | ( | $permission | ) |
Edit the default startpage configuration for users by permissions
| string | $permission |
| InvalidArgumentException |

| index_action | ( | $action = false, |
|
$widgetId = null |
|||
| ) |
Entry point of the controller that displays the start page of Stud.IP
| string | $action | |
| string | $widgetId |

| reset_action | ( | ) |
Resets widget to initial default state.

| storeNewOrder_action | ( | ) |
Action to store the widget placements

| update_defaults_action | ( | $permission | ) |
Store the edited default startpage configuration for users by permissions
| string | $permission |
| InvalidArgumentException |
