Task
FinalYes
Table of Contents
Properties
Methods
- getAccessControl() : bool|null
- getButtons() : array<string|int, mixed>|null
- getOverdueDate() : string|null
- returns overdue date as string with the date and time according to the server time
- getParameters() : mixed
- getUsers() : array<string|int, mixed>
- initFromArray() : self|null
- isInline() : bool
Properties
$id read-only
public
int
$id
$name read-only
public
string
$name
Methods
getAccessControl()
public
getAccessControl() : bool|null
Return values
bool|nullgetButtons()
public
getButtons() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetOverdueDate()
returns overdue date as string with the date and time according to the server time
public
getOverdueDate() : string|null
Return values
string|nullgetParameters()
public
getParameters() : mixed
getUsers()
public
getUsers() : array<string|int, mixed>
Return values
array<string|int, mixed>initFromArray()
public
static initFromArray(array<string|int, mixed> $task) : self|null
Parameters
- $task : array<string|int, mixed>
Return values
self|nullisInline()
public
isInline() : bool