CheckList extends RestrictedAction
FinalYes
Table of Contents
Methods
- __construct() : mixed
- add() : mixed
- canExecute() : mixed
- complete() : mixed
- delete() : mixed
- getComponentHTML() : mixed
- getErrorCollection() : mixed
- getErrors() : mixed
- getForbiddenMethods() : array<string|int, mixed>
- todo: replace this method with some phpdoc notation
- getListByTask() : mixed
- isVersionGT() : mixed
- moveAfter() : mixed
- renew() : mixed
- update() : mixed
Methods
__construct()
public
__construct() : mixed
add()
public
add(array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
since tasks 21.200.0
Add a new check list item to a specified task
Parameters
- $data : array<string|int, mixed>
- $parameters : array<string|int, mixed> = array()
canExecute()
public
canExecute() : mixed
complete()
public
complete(mixed $id) : mixed
since tasks 21.200.0
Set a specified check list item complete
Parameters
- $id : mixed
delete()
public
delete(mixed $id) : mixed
since tasks 21.200.0
Delete a check list item
Parameters
- $id : mixed
getComponentHTML()
public
static getComponentHTML(mixed $name[, mixed $template = '' ][, array<string|int, mixed> $callParameters = array() ][, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $name : mixed
- $template : mixed = ''
- $callParameters : array<string|int, mixed> = array()
- $parameters : array<string|int, mixed> = array()
getErrorCollection()
public
getErrorCollection() : mixed
getErrors()
public
getErrors() : mixed
getForbiddenMethods()
todo: replace this method with some phpdoc notation
public
static getForbiddenMethods() : array<string|int, mixed>
Return values
array<string|int, mixed>getListByTask()
public
getListByTask(mixed $taskId[, array<string|int, mixed> $order = array() ]) : mixed
since tasks 21.200.0
Get all check list items for a specified task
Parameters
- $taskId : mixed
- $order : array<string|int, mixed> = array()
isVersionGT()
public
isVersionGT() : mixed
moveAfter()
public
moveAfter(mixed $id, mixed $afterId) : mixed
since tasks 21.200.0
Move a specified check list item after another check list item
Parameters
- $id : mixed
- $afterId : mixed
renew()
public
renew(mixed $id) : mixed
since tasks 21.200.0
Set a specified check list item uncomplete
Parameters
- $id : mixed
update()
public
update(mixed $id, array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
since tasks 21.200.0
Update a check list item
Parameters
- $id : mixed
- $data : array<string|int, mixed>
- $parameters : array<string|int, mixed> = array()