Task
extends EO_Task
Table of Contents
Methods
-
getTaskUserById()
: EO_TaskUser|null
-
getValues()
: array<string|int, mixed>
-
hasRights()
: bool
-
hasViewRights()
: bool
-
isCompleted()
: bool
-
isCompletedByUser()
: bool
-
isInline()
: bool
-
isResponsibleForTask()
: bool
-
isRightsRestricted()
: bool
getTaskUserById()
public
getTaskUserById(int $userId) : EO_TaskUser|null
Parameters
-
$userId
: int
-
Return values
EO_TaskUser|null
getValues()
public
getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>
hasRights()
public
hasRights(int $userId) : bool
Parameters
-
$userId
: int
-
hasViewRights()
public
hasViewRights(int $userId) : bool
Parameters
-
$userId
: int
-
isCompleted()
public
isCompleted() : bool
isCompletedByUser()
public
isCompletedByUser(int $userId) : bool
Parameters
-
$userId
: int
-
isInline()
public
isInline() : bool
isResponsibleForTask()
public
isResponsibleForTask(int $userId) : bool
Parameters
-
$userId
: int
-
isRightsRestricted()
public
isRightsRestricted() : bool