TaskRegistry
Table of Contents
Methods
-
drop()
: self
-
get()
: array<string|int, mixed>|null
-
getInstance()
: static
-
getObject()
: TaskObject|null
-
load()
: $this
drop()
public
drop([int|null $taskId = null ]) : self
Parameters
-
$taskId
: int|null
= null
-
get()
public
get(int $taskId[, bool $withRelations = false ]) : array<string|int, mixed>|null
Parameters
-
$taskId
: int
-
-
$withRelations
: bool
= false
-
Return values
array<string|int, mixed>|null
getInstance()
public
static getInstance() : static
getObject()
public
getObject(int $taskId[, bool $withRelations = false ]) : TaskObject|null
Parameters
-
$taskId
: int
-
-
$withRelations
: bool
= false
-
load()
public
load(int|array<string|int, mixed> $taskIds[, bool $withRelations = false ]) : $this
Parameters
-
$taskIds
: int|array<string|int, mixed>
-
-
$withRelations
: bool
= false
-