|
| | 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 () |
| |
| | resend_validation_mail_action () |
| |
| | edit_mail_address_action () |
| |
| | change_mail_address_action () |
| |
| | 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) |
| |
◆ add_action()
This action adds one or more new widgets to the start page
- Returns
- void
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Callback function being called before an action is executed.
Reimplemented from StudipController.
◆ change_mail_address_action()
| change_mail_address_action |
( |
| ) |
|
Change the mail-address and resend validation mail
- Returns
- void
◆ delete_action()
This actions removes a new widget from the start page
- Parameters
-
| string | $widgetId | |
| string | $approveDelete | |
| string | $studipticket | |
◆ edit_defaults_action()
| edit_defaults_action |
( |
|
$permission | ) |
|
Edit the default startpage configuration for users by permissions
- Parameters
-
- Exceptions
-
◆ edit_mail_address_action()
| edit_mail_address_action |
( |
| ) |
|
Show form to change the mail-address for the validation mail
- Returns
- void
◆ index_action()
| index_action |
( |
|
$action = false, |
|
|
|
$widgetId = null |
|
) |
| |
Entry point of the controller that displays the start page of Stud.IP
- Parameters
-
| string | $action | |
| string | $widgetId | |
- Returns
- void
◆ resend_validation_mail_action()
| resend_validation_mail_action |
( |
| ) |
|
Resend the validation mail for the current user
- Returns
- void
◆ reset_action()
Resets widget to initial default state.
◆ storeNewOrder_action()
Action to store the widget placements
- Returns
- void
◆ update_defaults_action()
| update_defaults_action |
( |
|
$permission | ) |
|
Store the edited default startpage configuration for users by permissions
- Parameters
-
- Exceptions
-
The documentation for this class was generated from the following file: