Public Member Functions |
| | before_filter (&$action, &$args) |
| | index_action () |
| | getEmailLinkByStatus ($status, $members) |
| | add_dozent_action () |
| | add_tutor_action () |
| | add_comment_action ($user_id=null) |
| | set_comment_action ($user_id=null) |
| | add_member_action () |
| | set_action () |
| | set_autor_action () |
| | send_message_action () |
| | set_autor_csv_action () |
| | csv_manual_assignment_action () |
| | change_visibility_action ($cmd, $mode) |
| | edit_tutor_action () |
| | edit_autor_action () |
| | edit_user_action () |
| | edit_awaiting_action () |
| | edit_accepted_action () |
| | insert_admission_action ($status, $cmd) |
| | cancel_subscription_action ($cmd, $status, $user_id=null) |
| | upgrade_user_action ($status, $next_status) |
| | downgrade_user_action ($status, $next_status) |
| | additional_action ($format=null) |
| | additional_input_action () |
| | after_filter ($action, $args) |
| | 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) |
Member Function Documentation
| add_comment_action |
( |
|
$user_id = null | ) |
|
Show dialog to enter a comment for this user
- Parameters
-
- Exceptions
-
New dozent action.
- Exceptions
-
New author action Object $perm
- Exceptions
-
New tutor action
- Exceptions
-
| additional_action |
( |
|
$format = null | ) |
|
Displays all members of the course and their aux data
- Returns
- int fake return to stop after redirect;
| additional_input_action |
( |
| ) |
|
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Callback function being called before an action is executed. If this function does not return FALSE, the action will be called, otherwise an error will be generated and processing will be aborted. If this function already #rendered or #redirected, further processing of the action is withheld.
- Parameters
-
| string | Name of the action to perform. |
| array | An array of arguments to the action. |
- Returns
- bool
Reimplemented from AuthenticatedController.
| cancel_subscription_action |
( |
|
$cmd, |
|
|
|
$status, |
|
|
|
$user_id = null |
|
) |
| |
Cancel the subscription of a selected user or group of users
- Parameters
-
| String | $cmd | |
| String | $status | |
| String | $user_id | |
- Exceptions
-
| change_visibility_action |
( |
|
$cmd, |
|
|
|
$mode |
|
) |
| |
Change the visibilty of an autor
- Returns
- Boolean
| csv_manual_assignment_action |
( |
| ) |
|
Select manual the assignment of a given user or of a group of users Object $perm
- Exceptions
-
| downgrade_user_action |
( |
|
$status, |
|
|
|
$next_status |
|
) |
| |
Downgrade a user to a selected status
- Parameters
-
| type | $status | |
| type | $next_status | |
| type | $username | |
| type | $cmd | |
- Exceptions
-
Helper function to select the action
- Exceptions
-
Helper function to select the action
- Exceptions
-
Helper function to select the action
- Exceptions
-
Helper function to select the action
- Exceptions
-
Helper function to select the action
- Exceptions
-
| getEmailLinkByStatus |
( |
|
$status, |
|
|
|
$members |
|
) |
| |
| insert_admission_action |
( |
|
$status, |
|
|
|
$cmd |
|
) |
| |
Insert a user to a given seminar or a group of users
- Parameters
-
| String | $status | |
| String | $cmd | |
| String | $user_id | |
- Returns
- String
- Exceptions
-
Send Stud.IP-Message to selected users
Add a member to a seminar
- Exceptions
-
Add a author to a seminar
- Exceptions
-
Old version of CSV import (copy and paste from teilnehmer.php Object $perm
- Returns
- type
- Exceptions
-
| set_comment_action |
( |
|
$user_id = null | ) |
|
Store a comment for this user
- Parameters
-
- Exceptions
-
| upgrade_user_action |
( |
|
$status, |
|
|
|
$next_status |
|
) |
| |
Upgrade a user to a selected status
- Parameters
-
| type | $status | |
| type | $next_status | |
| type | $username | |
| type | $cmd | |
- Exceptions
-
The documentation for this class was generated from the following file: