TaskObject
Table of Contents
Methods
- getObject() : TaskObject|null
- isMember() : bool
Methods
getObject()
public
static getObject(int $taskId[, bool $withRelations = false ]) : TaskObject|null
Parameters
- $taskId : int
- $withRelations : bool = false
Return values
TaskObject|nullisMember()
public
static isMember(int $taskId, int $userId) : bool
Parameters
- $taskId : int
- $userId : int