|
| 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) |
|
| before_filter (&$action, &$args) |
|
| erase_response () |
|
| perform ($unconsumed_path) |
|
| after_filter ($action, $args) |
|
| validate_args (&$args, $types=null) |
|
| url_for ($to= '') |
|
| link_for ($to= '') |
|
| redirect ($to) |
|
| relocate ($to) |
|
| rescue ($exception) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter= ';', $enclosure= '"') |
|
| render_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| render_temporary_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| relay ($to_uri) |
|
| relayWithRedirect (...$args) |
|
| perform_relayed ($unconsumed) |
|
| render_template_as_string ($template, $layout=null) |
|
| __call ($method, $arguments) |
|
| has_action ($action) |
|
| action_url ($action) |
|
| action_link ($action) |
|
| validate_datetime ($datetime, $format= 'H:i') |
|
This action adds one or more new widgets to the start page
- Returns
- void
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Callback function being called before an action is executed.
change_mail_address_action |
( |
| ) |
|
Change the mail-address and resend validation mail
- Returns
- void
This actions removes a new widget from the start page
- Parameters
-
string | $widgetId | |
string | $approveDelete | |
string | $studipticket | |
edit_defaults_action |
( |
|
$permission | ) |
|
Edit the default startpage configuration for users by permissions
- Parameters
-
- Exceptions
-
edit_mail_address_action |
( |
| ) |
|
Show form to change the mail-address for the validation mail
- Returns
- void
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 the validation mail for the current user
- Returns
- void
Resets widget to initial default state.
Action to store the widget placements
- Returns
- void
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: