|
| before_filter (&$action, &$args) |
|
| index_action ($page=0) |
|
| activate_action (CronjobTask $task, $page=0) |
|
| deactivate_action (CronjobTask $task, $page=0) |
|
| delete_action (CronjobTask $task, $page=0) |
|
| bulk_action ($page=0) |
|
| execute_action (CronjobTask $task) |
|
| before_filter (&$action, &$args) |
|
| perform ($unconsumed_path) |
|
| after_filter ($action, $args) |
|
| validate_args (&$args, $types=null) |
|
| url_for ($to='') |
|
| link_for ($to='') |
|
| relocate ($to) |
|
| rescue ($exception) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter=';', $enclosure='"') |
|
| relay ($to_uri) |
|
| perform_relayed ($unconsumed) |
|
| render_template_as_string ($template, $layout=null) |
|
| __call ($method, $arguments) |
|
| has_action ($action) |
|
| action_url ($action) |
|
| action_link ($action) |
|
◆ activate_action()
Activates a tasks.
- Parameters
-
CronjobTask | $task | Task to activate |
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 tasks. Operation can be either activating, deactivating or deleting.
- Parameters
-
int | $page | Return to this page afterwarsd (optional) |
◆ deactivate_action()
Deactivates a tasks.
- Parameters
-
CronjobTask | $task | Task to deactivate |
int | $page | Return to this page after deactivating (optional) |
◆ delete_action()
Deletes a tasks.
- Parameters
-
CronjobTask | $task | Task to delete |
int | $page | Return to this page after deleting (optional) |
◆ execute_action()
Executes a single task
- Parameters
-
◆ index_action()
index_action |
( |
|
$page = 0 | ) |
|
Displays all available tasks.
- Parameters
-
int | $page | Which page to display |
◆ $_autobind
The documentation for this class was generated from the following file: