CheckList extends PublicAction
FinalYes
Table of Contents
Methods
- __construct() : mixed
- add() : mixed
- Add a new check list item to a specified task template
- canExecute() : mixed
- complete() : mixed
- Set a specified check list item complete
- delete() : mixed
- Delete a check list item
- getComponentHTML() : mixed
- getErrorCollection() : mixed
- getErrors() : mixed
- getForbiddenMethods() : array<string|int, mixed>
- todo: replace this method with some phpdoc notation
- isVersionGT() : mixed
- moveAfter() : mixed
- 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 template
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()
canExecute()
public
canExecute() : mixed
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
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>isVersionGT()
public
isVersionGT() : mixed
moveAfter()
public
moveAfter(mixed $id, mixed $afterId) : mixed
Parameters
- $id : mixed
- $afterId : mixed
Tags
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()