◆ before_filter()
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 |
◆ bulk_action()
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()
delete_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deletes a log entry.
- Parameters
-
String | $id | Id of the schedule in question |
◆ display_action()
Displays a log entry.
- Parameters
-
String | $id | Id of the log entry in question |
◆ filter_action()
Sets the filters for the log view. Filters are stored in the session.
◆ index_action()
index_action |
( |
|
$page = 1 | ) |
|
Displays all available log entries according to the set filters.
- Parameters
-
int | $page | Which page to display |
◆ schedule_action()
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 |
◆ task_action()
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: