Table of Contents
Interfaces
- BackGroundJob
Methods
-
__construct()
: mixed
-
addToBackgroundJobs()
: void
-
getBindings()
: Bindings
-
getTask()
: TaskObject|null
__construct()
public
__construct(int $taskId, int $userId) : mixed
Parameters
-
$taskId
: int
-
-
$userId
: int
-
addToBackgroundJobs()
public
addToBackgroundJobs(array<string|int, mixed> $payload[, string $endpoint = '' ][, int $priority = 0 ]) : void
Parameters
-
$payload
: array<string|int, mixed>
-
-
$endpoint
: string
= ''
-
-
$priority
: int
= 0
-
-
uses
-
Controller::onTaskAdded
-
uses
-
Controller::onTaskDeleted
-
uses
-
Controller::onTaskExpired
-
uses
-
Controller::onTaskViewed
-
uses
-
Controller::onTaskCompleted
-
uses
-
Controller::onTaskDescriptionChanged
-
uses
-
Controller::onTaskStatusChanged
-
uses
-
Controller::onTaskDeadLineChanged
-
uses
-
Controller::onTaskPingSent
-
uses
-
Controller::onTaskChecklistAdded
-
uses
-
Controller::onTaskResultAdded
-
uses
-
Controller::onTaskAccompliceAdded
-
uses
-
Controller::onTaskAuditorAdded
-
uses
-
Controller::onTaskBindingsUpdated
-
uses
-
Controller::onTaskCommentAdded
-
uses
-
Controller::onTaskAllCommentViewed
-
uses
-
Controller::onTaskDisapproved
-
uses
-
Controller::onTaskFilesUpdated
-
uses
-
Controller::onTaskGroupChanged
-
uses
-
Controller::onTaskRenew
-
uses
-
Controller::onTaskResponsibleChanged
-
uses
-
Controller::onTaskTitleUpdated
-
uses
-
Controller::onTaskCommentDeleted
getBindings()
public
getBindings() : Bindings
getTask()
public
getTask() : TaskObject|null