|
| view_action ($course_id=null) |
|
| set_action ($course_id) |
|
| add_member_action ($course_id, $status= 'dozent') |
|
| deletedozent_action ($course_id, $teacher_id) |
|
| deletedeputy_action ($course_id, $deputy_id) |
|
| deletetutor_action ($course_id, $tutor_id) |
|
| priorityupfor_action ($course_id, $user_id, $status="dozent") |
|
| prioritydownfor_action ($course_id, $user_id, $status="dozent") |
|
| switchdeputy_action ($course_id, $newstatus) |
|
| 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') |
|
add_member_action |
( |
|
$course_id, |
|
|
|
$status = 'dozent' |
|
) |
| |
deletedeputy_action |
( |
|
$course_id, |
|
|
|
$deputy_id |
|
) |
| |
Löscht einen Stellvertreter. Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
-
string | $course_id | |
string | $deputy_id | |
deletedozent_action |
( |
|
$course_id, |
|
|
|
$teacher_id |
|
) |
| |
Löscht einen Lehrenden (bis auf den letzten Lehrenden) Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
-
string | $course_id | |
string | $teacher_id | |
deletetutor_action |
( |
|
$course_id, |
|
|
|
$tutor_id |
|
) |
| |
Löscht einen Tutor Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
-
string | $course_id | |
string | $tutor_id | |
prioritydownfor_action |
( |
|
$course_id, |
|
|
|
$user_id, |
|
|
|
$status = "dozent" |
|
) |
| |
Falls eine Person in der >>Reihenfolge<< runtergestuft werden soll. Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
-
md5 | $user_id | |
string | $status | |
priorityupfor_action |
( |
|
$course_id, |
|
|
|
$user_id, |
|
|
|
$status = "dozent" |
|
) |
| |
Falls eine Person in der >>Reihenfolge<< hochgestuft werden soll. Leitet danach weiter auf View und öffnet den Reiter Personal.
- Parameters
-
md5 | $user_id | |
string | $status | |
Ãndert alle Grunddaten der Veranstaltung (bis auf Personal) und leitet danach weiter auf View.
switchdeputy_action |
( |
|
$course_id, |
|
|
|
$newstatus |
|
) |
| |
view_action |
( |
|
$course_id = null | ) |
|
Zeigt die Grunddaten an. Man beachte, dass eventuell zuvor eine andere Action wie Set ausgeführt wurde, von der hierher weitergeleitet worden ist. Wichtige Daten dazu wurden dann über $this->flash übertragen.
- Parameters
-
The documentation for this class was generated from the following file: