Task
Class Task
Table of Contents
Methods
- getLastCommentTime() : false|DateTime
- getNewCommentsCountForTasks() : array<string|int, mixed>
- isCommentNew() : bool
Methods
getLastCommentTime()
public
static getLastCommentTime(int $taskId) : false|DateTime
Parameters
- $taskId : int
Tags
Return values
false|DateTimegetNewCommentsCountForTasks()
public
static getNewCommentsCountForTasks(array<string|int, mixed> $taskIds, int $userId) : array<string|int, mixed>
Parameters
- $taskIds : array<string|int, mixed>
- $userId : int
Tags
Return values
array<string|int, mixed>isCommentNew()
public
static isCommentNew(int $taskId, int $userId, int $commentId) : bool
Parameters
- $taskId : int
- $userId : int
- $commentId : int