ElapsedTime extends RestrictedAction
FinalYes
Table of Contents
Methods
- __construct() : mixed
- add() : mixed
- Add a new elapsed time record to a specified task
- canExecute() : mixed
- delete() : mixed
- Delete an elapsed time record
- getComponentHTML() : mixed
- getErrorCollection() : mixed
- getErrors() : mixed
- getForbiddenMethods() : array<string|int, mixed>
- todo: replace this method with some phpdoc notation
- getListByTask() : mixed
- Get all elapsed time items for a specified task
- isVersionGT() : mixed
- update() : mixed
- Update an elapsed time record
Methods
__construct()
public
__construct() : mixed
add()
Add a new elapsed time record 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()
canExecute()
public
canExecute() : mixed
delete()
Delete an elapsed time record
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>getListByTask()
Get all elapsed time items for a specified task
public
getListByTask(mixed $taskId[, array<string|int, mixed> $order = array() ][, array<string|int, mixed> $filter = array() ]) : mixed
Parameters
- $taskId : mixed
- $order : array<string|int, mixed> = array()
- $filter : array<string|int, mixed> = array()
isVersionGT()
public
isVersionGT() : mixed
update()
Update an elapsed time record
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()