TaskQueryParameter
Table of Contents
Constants
-
TYPE_GROUP
= 'group'
-
TYPE_USER
= 'user'
Methods
-
__construct()
: mixed
-
getOwnerId()
: int
-
getType()
: string
-
getUserId()
: int
-
isGroupType()
: bool
-
isUserType()
: bool
-
setOwnerId()
: static
-
setType()
: static
TYPE_GROUP
public
mixed
TYPE_GROUP
= 'group'
TYPE_USER
public
mixed
TYPE_USER
= 'user'
__construct()
public
__construct([int $userId = 0 ]) : mixed
Parameters
-
$userId
: int
= 0
-
getOwnerId()
public
getOwnerId() : int
getType()
public
getType() : string
getUserId()
public
getUserId() : int
isGroupType()
public
isGroupType() : bool
isUserType()
public
isUserType() : bool
setOwnerId()
public
setOwnerId(int $ownerId) : static
Parameters
-
$ownerId
: int
-
setType()
public
setType(string $type) : static
Parameters
-
$type
: string
-