Member Function Documentation
| 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 |
( |
& |
$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 tasks. Operation can be either activating, deactivating or deleting.
- Parameters
-
| int | $page | Return to this page afterwarsd (optional) |
| 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 |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deletes a tasks.
- Parameters
-
| String | $id | Id of the task in question |
| int | $page | Return to this page after deleting (optional) |
| 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: