CheckList extends PublicCallable
FinalYes
Table of Contents
Methods
- __construct() : mixed
- add() : mixed
- Add a new check list item to a specified task
- complete() : mixed
- Set a specified check list item complete
- delete() : mixed
- Delete a check list item
- getErrorCollection() : mixed
- getForbiddenMethods() : mixed
- getListByTask() : mixed
- Get all check list items for a specified task
- moveAfter() : mixed
- Move a specified check list item after another check list item
- renew() : mixed
- Set a specified check list item uncomplete
- update() : mixed
- Update a check list item
Methods
__construct()
public
__construct() : mixed
add()
Add a new check list item to a specified task
public
add(array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $data : array<string|int, mixed>
- $parameters : array<string|int, mixed> = array()
complete()
Set a specified check list item complete
public
complete(mixed $id) : mixed
Parameters
- $id : mixed
delete()
Delete a check list item
public
delete(mixed $id) : mixed
Parameters
- $id : mixed
getErrorCollection()
public
getErrorCollection() : mixed
getForbiddenMethods()
public
static getForbiddenMethods() : mixed
getListByTask()
Get all check list items for a specified task
public
getListByTask(mixed $taskId[, array<string|int, mixed> $order = array() ]) : mixed
Parameters
- $taskId : mixed
- $order : array<string|int, mixed> = array()
moveAfter()
Move a specified check list item after another check list item
public
moveAfter(mixed $id, mixed $afterId) : mixed
Parameters
- $id : mixed
- $afterId : mixed
renew()
Set a specified check list item uncomplete
public
renew(mixed $id) : mixed
Parameters
- $id : mixed
update()
Update a check list item
public
update(mixed $id, array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $id : mixed
- $data : array<string|int, mixed>
- $parameters : array<string|int, mixed> = array()