|
| before_filter (&$action, &$args) |
|
| index_action ($page=0) |
|
| display_action (CronjobSchedule $schedule) |
|
| filter_action () |
|
| edit_action (CronjobSchedule $schedule=null, $page=0) |
|
| activate_action (CronjobSchedule $schedule, $page=0) |
|
| deactivate_action (CronjobSchedule $schedule, $page=0) |
|
| cancel_action (CronjobSchedule $schedule, $page=0) |
|
| bulk_action ($page=0) |
|
| before_filter (&$action, &$args) |
|
| before_filter (&$action, &$args) |
|
| erase_response () |
|
| perform ($unconsumed_path) |
|
| after_filter ($action, $args) |
|
| validate_args (&$args, $types=null) |
|
| url_for ($to= '') |
|
| link_for ($to= '') |
|
| redirect ($to) |
|
| relocate ($to) |
|
| rescue ($exception) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter= ';', $enclosure= '"') |
|
| render_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| render_temporary_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| relay ($to_uri) |
|
| relayWithRedirect (...$args) |
|
| perform_relayed ($unconsumed) |
|
| render_template_as_string ($template, $layout=null) |
|
| __call ($method, $arguments) |
|
| has_action ($action) |
|
| action_url ($action) |
|
| action_link ($action) |
|
| validate_datetime ($datetime, $format= 'H:i') |
|
Activates a schedule.
- Parameters
-
CronjobSchedule | $schedule | Schedule to activate |
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 |
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) |
Cancels/deletes a schedule.
- Parameters
-
CronjobSchedule | $schedule | Schedule to cancel |
int | $page | Return to this page after canceling (optional) |
Deactivates a schedule.
- Parameters
-
CronjobSchedule | $schedule | Schedule to deactivate |
int | $page | Return to this page after deactivating (optional) |
Displays a schedule.
- Parameters
-
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 = 0 | ) |
|
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: