TaskAccessController
Table of Contents
Methods
-
canComplete()
: bool
-
canCompleteResult()
: bool
-
canEdit()
: bool
-
canRemove()
: bool
canComplete()
public
static canComplete(int $taskId, int $userId) : bool
Parameters
-
$taskId
: int
-
-
$userId
: int
-
canCompleteResult()
public
static canCompleteResult(int $taskId, int $userId) : bool
Parameters
-
$taskId
: int
-
-
$userId
: int
-
canEdit()
public
static canEdit(int $taskId, int $userId) : bool
Parameters
-
$taskId
: int
-
-
$userId
: int
-
canRemove()
public
static canRemove(int $taskId, int $userId) : bool
Parameters
-
$taskId
: int
-
-
$userId
: int
-