Methods summary
public
array
|
#
getLists( )
Show all the lists a user has access to.
Show all the lists a user has access to.
Returns
array
|
public
array
|
#
getList( integer $listId )
Show a list.
Parameters
- $listId
- The id of the list.
Returns
array
|
public
array
|
#
createList( array $attributes = [] )
Create a new list.
Parameters
Returns
array
|
public
array
|
#
updateList( integer $listId, array $attributes = [] )
Update a list.
Parameters
- $listId
- The id of the list.
- $attributes
Returns
array
|
public
array
|
#
publishList( integer $listId, array $attributes = [] )
Make a list public.
Parameters
- $listId
- The id of the list.
- $attributes
Returns
array
|
public
array
|
#
deleteList( integer $listId, array $attributes = [] )
Delete a list.
Parameters
- $listId
- The id of the list.
- $attributes
Returns
array
|