Methods summary
public
array
|
#
getTasks( array $attributes = [] )
Show all the tasks from a list.
Show all the tasks from a list.
Parameters
Returns
array
|
public
array
|
#
getTask( integer $taskId )
Show a task from a list.
Parameters
- $taskId
- The id of the task.
Returns
array
|
public
array
|
#
createTask( array $attributes = [] )
Create a new task for a list.
Create a new task for a list.
Parameters
Returns
array
|
public
array
|
#
updateTask( integer $taskId, array $attributes = [] )
Update a task.
Parameters
- $taskId
- The id of the task.
- $attributes
Returns
array
|
public
array
|
#
deleteTask( integer $taskId )
Delete a task.
Parameters
- $taskId
- The id of the task.
Returns
array
|