|
| | before_filter (&$action, &$args) |
| |
| | index_action ($page=1) |
| |
| | booked_action ($page=1) |
| |
| | book_action ($block_id, $slot_id) |
| |
| | cancel_action ($block_id, $slot_id, $from_booked=false) |
| |
| | before_filter (&$action, &$args) |
| |
| | 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) |
| |
Overview/Student controller for the consultation app.
- Author
- Jan-Hendrik Willms tleil.nosp@m.ax+s.nosp@m.tudip.nosp@m.@gma.nosp@m.il.co.nosp@m.m @license GPL2 or any later version
- Since
- Stud.IP 4.3
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
◆ book_action()
| book_action |
( |
|
$block_id, |
|
|
|
$slot_id |
|
) |
| |
◆ booked_action()
| booked_action |
( |
|
$page = 1 | ) |
|
◆ cancel_action()
| cancel_action |
( |
|
$block_id, |
|
|
|
$slot_id, |
|
|
|
$from_booked = false |
|
) |
| |
◆ index_action()
| index_action |
( |
|
$page = 1 | ) |
|
The documentation for this class was generated from the following file: