Table of Contents
Interfaces
- TimeLineEvent
Methods
-
__construct()
: mixed
-
getEndpoint()
: string
-
getFiles()
: array<string|int, mixed>
-
getPayload()
: array<string|int, mixed>
-
getPriority()
: int
__construct()
public
__construct(TaskObject|null $task, int $userId[, bool $restored = false ]) : mixed
Parameters
-
$task
: TaskObject|null
-
-
$userId
: int
-
-
$restored
: bool
= false
-
getEndpoint()
public
getEndpoint() : string
getFiles()
public
getFiles(int $entityId, string $connector) : array<string|int, mixed>
Parameters
-
$entityId
: int
-
-
$connector
: string
-
Return values
array<string|int, mixed>
getPayload()
public
getPayload() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPriority()
public
getPriority() : int