|
| before_filter (&$action, &$args) |
|
| index_action ($page=1) |
|
| activate_action ($id, $page=1) |
|
| deactivate_action ($id, $page=1) |
|
| delete_action ($id, $page=1) |
|
| bulk_action ($page=1) |
|
| execute_action ($task_id) |
|
| 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) |
|
◆ activate_action()
activate_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Activates a tasks.
- Parameters
-
String | $id | Id of the task 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 tasks. Operation can be either activating, deactivating or deleting.
- Parameters
-
int | $page | Return to this page afterwarsd (optional) |
◆ deactivate_action()
deactivate_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deactivates a tasks.
- Parameters
-
String | $id | Id of the task in question |
int | $page | Return to this page after deactivating (optional) |
◆ delete_action()
delete_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deletes a tasks.
- Parameters
-
String | $id | Id of the task in question |
int | $page | Return to this page after deleting (optional) |
◆ execute_action()
execute_action |
( |
|
$task_id | ) |
|
Executes a single task
- Parameters
-
String | $task_id | Id of the task to be executed |
◆ index_action()
index_action |
( |
|
$page = 1 | ) |
|
Displays all available tasks.
- Parameters
-
int | $page | Which page to display |
The documentation for this class was generated from the following file: