Table of Contents
Interfaces
- TaskQueryInterface
Methods
-
getCountTotal()
: int
-
getDistinct()
: bool
-
getGroupBy()
: array<string|int, mixed>
-
getId()
: string
-
getLimit()
: int
-
getOffset()
: int
-
getOrderBy()
: array<string|int, mixed>
-
getSelect()
: array<string|int, mixed>
-
getUserId()
: int
-
getWhere()
: ConditionTree|null
-
needAccessCheck()
: bool
-
setDistinct()
: static
-
setGroupBy()
: static
-
setLimit()
: static
-
setOffset()
: static
-
setOrderBy()
: static
-
setSelect()
: static
-
setWhere()
: static
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
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
needAccessCheck()
public
needAccessCheck() : 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
-
setOrderBy()
public
setOrderBy(array<string|int, mixed> $orderBy) : static
Parameters
-
$orderBy
: array<string|int, mixed>
-
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