|
| | before_filter (&$action, &$args) |
| |
| | index_action ($page=1) |
| |
| | expired_action ($page=1) |
| |
| | create_action () |
| |
| | store_action () |
| |
| | note_action ($block_id, $slot_id=null, $page=1) |
| |
| | remove_action ($block_id, $slot_id=null, $page=1) |
| |
| | book_action ($block_id, $slot_id, $page=1) |
| |
| | edit_room_action ($block_id, $page=1) |
| |
| | store_room_action ($block_id, $page=1) |
| |
| | cancel_block_action ($block_id, $page=1) |
| |
| | cancel_slot_action ($block_id, $slot_id, $page=1) |
| |
| | reason_action ($block_id, $slot_id, $booking_id, $page=1) |
| |
| | toggle_action ($what, $state) |
| |
| | bulk_action ($page, $expired) |
| |
| | 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) |
| |
Administration 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, |
|
|
|
$page = 1 |
|
) |
| |
◆ bulk_action()
| bulk_action |
( |
|
$page, |
|
|
|
$expired |
|
) |
| |
◆ cancel_block_action()
| cancel_block_action |
( |
|
$block_id, |
|
|
|
$page = 1 |
|
) |
| |
◆ cancel_slot_action()
| cancel_slot_action |
( |
|
$block_id, |
|
|
|
$slot_id, |
|
|
|
$page = 1 |
|
) |
| |
◆ create_action()
◆ edit_room_action()
| edit_room_action |
( |
|
$block_id, |
|
|
|
$page = 1 |
|
) |
| |
◆ expired_action()
| expired_action |
( |
|
$page = 1 | ) |
|
◆ index_action()
| index_action |
( |
|
$page = 1 | ) |
|
◆ note_action()
| note_action |
( |
|
$block_id, |
|
|
|
$slot_id = null, |
|
|
|
$page = 1 |
|
) |
| |
◆ reason_action()
| reason_action |
( |
|
$block_id, |
|
|
|
$slot_id, |
|
|
|
$booking_id, |
|
|
|
$page = 1 |
|
) |
| |
◆ remove_action()
| remove_action |
( |
|
$block_id, |
|
|
|
$slot_id = null, |
|
|
|
$page = 1 |
|
) |
| |
◆ store_action()
◆ store_room_action()
| store_room_action |
( |
|
$block_id, |
|
|
|
$page = 1 |
|
) |
| |
◆ toggle_action()
| toggle_action |
( |
|
$what, |
|
|
|
$state |
|
) |
| |
The documentation for this class was generated from the following file: