Table of Contents
Interfaces
- TaskQueryInterface
Methods
-
__construct()
: mixed
-
getCountTotal()
: int
-
getDistinct()
: bool
-
getGroupBy()
: array<string|int, mixed>
-
getId()
: string
-
getLimit()
: int
-
getOffset()
: int
-
getOnlyPrimaries()
: bool
-
getOrderBy()
: array<string|int, mixed>
-
getSelect()
: array<string|int, mixed>
-
getUserId()
: int
-
getWhere()
: ConditionTree|null
-
isOnlyPrimaries()
: bool
-
needAccessCheck()
: bool
-
setAccessCheck()
: static
-
setCountTotal()
: static
-
setDistinct()
: static
-
setGroupBy()
: static
-
setLimit()
: static
-
setOffset()
: static
-
setOnlyPrimaries()
: static
-
setOrderBy()
: static
-
setPageNavigation()
: static
-
setSelect()
: static
-
setWhere()
: static
__construct()
public
__construct([int $userId = 0 ]) : mixed
Parameters
-
$userId
: int
= 0
-
getCountTotal()
public
getCountTotal() : int
getDistinct()
public
getDistinct() : bool
getGroupBy()
public
getGroupBy() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : string
getLimit()
public
getLimit() : int
getOffset()
public
getOffset() : int
getOnlyPrimaries()
public
getOnlyPrimaries() : bool
getOrderBy()
public
getOrderBy() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSelect()
public
getSelect() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUserId()
public
getUserId() : int
getWhere()
public
getWhere() : ConditionTree|null
isOnlyPrimaries()
public
isOnlyPrimaries() : bool
needAccessCheck()
public
needAccessCheck() : bool
setAccessCheck()
public
setAccessCheck(bool $check) : static
Parameters
-
$check
: bool
-
setCountTotal()
public
setCountTotal(bool $countTotal) : static
Parameters
-
$countTotal
: bool
-
setDistinct()
public
setDistinct([bool $distinct = true ]) : static
Parameters
-
$distinct
: bool
= true
-
setGroupBy()
public
setGroupBy(array<string|int, mixed> $groupBy) : static
Parameters
-
$groupBy
: array<string|int, mixed>
-
setLimit()
public
setLimit(int $limit) : static
Parameters
-
$limit
: int
-
setOffset()
public
setOffset(int $offset) : static
Parameters
-
$offset
: int
-
setOnlyPrimaries()
public
setOnlyPrimaries([bool $onlyPrimaries = true ]) : static
Parameters
-
$onlyPrimaries
: bool
= true
-
setOrderBy()
public
setOrderBy(array<string|int, mixed> $orderBy) : static
Parameters
-
$orderBy
: array<string|int, mixed>
-
setPageNavigation()
public
setPageNavigation(PageNavigation $pageNavigation) : static
Parameters
-
$pageNavigation
: PageNavigation
-
setSelect()
public
setSelect(array<string|int, mixed> $select) : static
Parameters
-
$select
: array<string|int, mixed>
-
setWhere()
public
setWhere(ConditionTree $where) : static
Parameters
-
$where
: ConditionTree
-
-
throws
-
ArgumentException