Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

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

Trait Comment

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at Comment.php
Methods summary
public array
# getComments( string $entity, array $attributes = [] )

Show all the comments in a list or task.

Show all the comments in a list or task.

Parameters

$entity
A list or a task.
$attributes

Returns

array
public array
# getComment( integer $commentId )

Show a comment.

Show a comment.

Parameters

$commentId
The id of the comment.

Returns

array
public array
# createComment( array $attributes = [] )

Create a new comment for a task.

Create a new comment for a task.

Parameters

$attributes

Returns

array
API documentation generated by ApiGen