◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Common tasks for all actions
- Parameters
-
| String | $action | Called action |
| Array | $args | Possible arguments |
Reimplemented from StudipController.
◆ delete_action()
◆ edit_action()
◆ index_action()
Display the list of room requests
◆ info_action()
| info_action |
( |
|
$request_id | ) |
|
Show information about a request
- Parameters
-
| String | $request_id | Id of the request |
◆ link_for()
| link_for |
( |
|
$to = '', |
|
|
|
$params = array() |
|
) |
| |
Specialized link_for for this controller's actions.
- Parameters
-
| String | $to | Target location (optional, defaults to current action) |
| Array | $params | Optional additional parameters (defaults to none) |
◆ new_action()
create a new room requests
◆ process_form()
| static process_form |
( |
|
$request, |
|
|
|
$admission_turnout = null |
|
) |
| |
|
static |
handle common tasks for the romm request form (set properties, searching etc.)
The documentation for this class was generated from the following file: