Member Function Documentation
| 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_action |
( |
|
$check, |
|
|
|
$action = null, |
|
|
|
$id = false |
|
) |
| |
| show_action |
( |
|
$check, |
|
|
|
$id |
|
) |
| |
Returns a URL to a specified route to your Trails application.
- Parameters
-
| string | a string containing a controller and optionally an action |
| strings | optional arguments |
- Returns
- string a URL to this route
Reimplemented from StudipController.
The documentation for this class was generated from the following file: