Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

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

Trait Folder

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at Folder.php
Methods summary
public array
# getFolders( )

Show all the folders a user has access to.

Show all the folders a user has access to.

Returns

array
public array
# getFolder( integer $folderId )

Show a folder.

Show a folder.

Parameters

$folderId
The id of the list.

Returns

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

Create a folder.

Create a folder.

Parameters

$attributes

Returns

array
public array
# updateFolder( integer $folderId, array $attributes = [] )

Update a folder.

Update a folder.

Parameters

$folderId
The id of the folder.
$attributes

Returns

array
public array
# deleteFolder( integer $folderId )

Delete a folder.

Delete a folder.

Parameters

$folderId
The id of the folder.

Returns

array
public array
# getFolderRevisions( )

Show the revision for each folder.

Show the revision for each folder.

Returns

array
API documentation generated by ApiGen