Member Function Documentation
| activate_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Activates a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| int | $page | Return to this page after activating (optional) |
| 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 schedules. Operation can be either activating, deactivating or canceling/deleting.
- Parameters
-
| int | $page | Return to this page afterwarsd (optional) |
| cancel_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Cancels/deletes a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| int | $page | Return to this page after canceling (optional) |
| deactivate_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deactivates a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| int | $page | Return to this page after deactivating (optional) |
Displays a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| edit_action |
( |
|
$id = null, |
|
|
|
$page = 1 |
|
) |
| |
Edits a schedule.
- Parameters
-
| String | $id | Id of the schedule in question (null to create) |
| int | $page | Return to this page after editing (optional) |
Sets the filters for the schedule view. Filters are stored in the session.
| index_action |
( |
|
$page = 1 | ) |
|
Displays all available schedules according to the set filters.
- Parameters
-
| int | $page | Which page to display |
The documentation for this class was generated from the following file: