|
| | before_filter (&$action, &$args) |
| |
| | index_action ($page=1) |
| |
| | display_action ($id) |
| |
| | filter_action () |
| |
| | edit_action ($id=null, $page=1) |
| |
| | activate_action ($id, $page=1) |
| |
| | deactivate_action ($id, $page=1) |
| |
| | cancel_action ($id, $page=1) |
| |
| | bulk_action ($page=1) |
| |
| | before_filter (&$action, &$args) |
| |
| | after_filter ($action, $args) |
| |
| | validate_args (&$args, $types=NULL) |
| |
| | url_for ($to) |
| |
| | rescue ($exception) |
| |
| | setInfoBoxImage ($image) |
| |
| | addToInfobox ($category, $text, $icon='blank.gif') |
| |
◆ activate_action()
| 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()
| 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 schedules. Operation can be either activating, deactivating or canceling/deleting.
- Parameters
-
| int | $page | Return to this page afterwarsd (optional) |
◆ cancel_action()
| 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()
| 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) |
◆ display_action()
Displays a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
◆ edit_action()
| 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) |
◆ filter_action()
Sets the filters for the schedule view. Filters are stored in the session.
◆ index_action()
| 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: