Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

  • Authorization
  • Avatar
  • Comment
  • File
  • Folder
  • Lists
  • Note
  • Reminder
  • Subtask
  • Task
  • User
  • Webhook
  • Overview
  • Namespace
  • Class

Trait Task

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at Task.php
Methods summary
public array
# getTasks( array $attributes = [] )

Show all the tasks from a list.

Show all the tasks from a list.

Parameters

$attributes

Returns

array
public array
# getTask( integer $taskId )

Show a task from a list.

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

$attributes

Returns

array
public array
# updateTask( integer $taskId, array $attributes = [] )

Update a task.

Update a task.

Parameters

$taskId
The id of the task.
$attributes

Returns

array
public array
# deleteTask( integer $taskId )

Delete a task.

Delete a task.

Parameters

$taskId
The id of the task.

Returns

array
API documentation generated by ApiGen