Member Function Documentation
| after_filter |
( |
|
$action, |
|
|
|
$args |
|
) |
| |
Callback function being called after an action is executed.
- Parameters
-
| string | Name of the action to perform. |
| array | An array of arguments to the action. |
- Returns
- void
Reimplemented from AuthenticatedController.
Overview for achived courses TODO: Caching?
| 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.
| check_course |
( |
|
$seminar_content | ) |
|
Checks the selected courses for news (e.g. forum posts,...) Returns true if something new happens and enables the reset function
- Parameters
-
- Returns
- bool
| check_for_new |
( |
|
$my_obj, |
|
|
|
$group_field = 'sem_number' |
|
) |
| |
Checks the whole course selection deppending on grouping eneabled or not
- Parameters
-
| $my_obj | |
| string | $group_field | |
- Returns
- bool
| decline_action |
( |
|
$course_id, |
|
|
|
$waiting = null |
|
) |
| |
This action remove a user from course
- Parameters
-
| decline_binding_action |
( |
| ) |
|
This action display only a message
| groups_action |
( |
|
$sem = null, |
|
|
|
$studygroups = false |
|
) |
| |
Seminar group administration - cluster your seminars by colors or change grouping mechanism
| index_action |
( |
|
$order_by = null, |
|
|
|
$order = 'asc' |
|
) |
| |
Autor / Tutor / Teacher action
| set_open_group_action |
( |
|
$id | ) |
|
Set the selected semester and redirects to index
- Parameters
-
| store_groups_action |
( |
|
$studygroups = false | ) |
|
Storage function for the groups action. Stores selected grouping category and actual group settings.
| tabularasa_action |
( |
|
$sem = 'all', |
|
|
|
$timestamp = null |
|
) |
| |
The documentation for this class was generated from the following file: