Member Function Documentation
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Set up this controller.
- Parameters
-
| String | $action | Name of the action to be invoked |
| Array | $args | Arguments to be passed to the action method |
Reimplemented from AuthenticatedController.
Performs a bulk operation on a set of log entries. The only supported operation at the moment is deleting.
- Parameters
-
| int | $page | Return to this page afterwarsd (optional) |
| delete_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deletes a log entry.
- Parameters
-
| String | $id | Id of the schedule in question |
Displays a log entry.
- Parameters
-
| String | $id | Id of the log entry in question |
Sets the filters for the log view. Filters are stored in the session.
| index_action |
( |
|
$page = 1 | ) |
|
Displays all available log entries according to the set filters.
- Parameters
-
| int | $page | Which page to display |
| schedule_action |
( |
|
$schedule_id | ) |
|
Sets the filters for the schedule view to a specific schedule id.
- Parameters
-
| String | $schedule_id | Id of the schedule in question |
Sets the filters for the schedule view to a specific task id.
- Parameters
-
| String | $task_id | Id of the task in question |
The documentation for this class was generated from the following file: