Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

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

Trait Note

Direct Known Users

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

Show all the notes in a list or task.

Show all the notes in a list or task.

Parameters

$entity
A list or a task.
$attributes

Returns

array
public array
# getNote( integer $noteId )

Show a note.

Show a note.

Parameters

$noteId
The id of the note.

Returns

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

Create a new note for a task.

Create a new note for a task.

Parameters

$attributes

Returns

array
public array
# updateNote( integer $noteId, array $attributes = [] )

Update a note.

Update a note.

Parameters

$noteId
The id of the note.
$attributes

Returns

array
public array
# deleteNote( integer $noteId )

Delete a note.

Delete a note.

Parameters

$noteId
The id of the note.

Returns

array
public integer
# deleteNotes( string $entity, array $attributes = [] )

Deletes all notes in a list or task.

Deletes all notes in a list or task.

Parameters

$entity
A list or a task.
$attributes

Returns

integer
API documentation generated by ApiGen