Table of Contents
Methods
-
__construct()
: mixed
-
get()
: static
-
isNewIntegrationEnabled()
: bool
-
onTaskAllCommentViewed()
: self
-
onTaskChecklistAdded()
: self
-
onTaskChecklistChanged()
: self
-
onTaskCommentAdd()
: self
-
onTaskCommentDeleted()
: self
-
onTaskCreated()
: self
-
onTaskDeleted()
: self
-
onTaskExpired()
: self
-
onTaskFilesUpdated()
: static
-
onTaskPingSent()
: self
-
onTaskResultAdded()
: self
-
onTaskUpdated()
: self
-
onTaskViewed()
: self
-
save()
: void
-
setUserId()
: static
__construct()
public
__construct(int $taskId[, int $userId = 0 ]) : mixed
Parameters
-
$taskId
: int
-
-
$userId
: int
= 0
-
get()
public
static get(int|string $key) : static
Parameters
-
$key
: int|string
-
isNewIntegrationEnabled()
public
static isNewIntegrationEnabled() : bool
public
onTaskAllCommentViewed() : self
onTaskChecklistAdded()
public
onTaskChecklistAdded() : self
onTaskChecklistChanged()
public
onTaskChecklistChanged() : self
public
onTaskCommentAdd(EO_Message|null $message) : self
Parameters
-
$message
: EO_Message|null
-
public
onTaskCommentDeleted([array<string|int, mixed> $fileIds = [] ]) : self
Parameters
-
$fileIds
: array<string|int, mixed>
= []
-
onTaskCreated()
public
onTaskCreated([bool $restored = false ]) : self
Parameters
-
$restored
: bool
= false
-
onTaskDeleted()
public
onTaskDeleted() : self
onTaskExpired()
public
onTaskExpired() : self
onTaskFilesUpdated()
public
onTaskFilesUpdated() : static
onTaskPingSent()
public
onTaskPingSent() : self
onTaskResultAdded()
public
onTaskResultAdded() : self
onTaskUpdated()
public
onTaskUpdated(TaskObject $taskBeforeUpdate) : self
Parameters
-
$taskBeforeUpdate
: TaskObject
-
onTaskViewed()
public
onTaskViewed() : self
save()
public
save() : void
setUserId()
public
setUserId(int $userId) : static
Parameters
-
$userId
: int
-