Table of Contents
Interfaces
- TaskQueryInterface
Methods
-
__construct()
: mixed
-
addWhere()
: static
-
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()
: array<string|int, mixed>
-
needAccessCheck()
: bool
-
setLimit()
: static
-
setOffset()
: static
-
setOrderBy()
: static
-
setSelect()
: static
-
setWhere()
: static
__construct()
public
__construct() : mixed
addWhere()
public
addWhere(string $field, string $alias) : static
Parameters
-
$field
: string
-
-
$alias
: string
-
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() : array<string|int, mixed>
Return values
array<string|int, mixed>
needAccessCheck()
public
needAccessCheck() : bool
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(array<string|int, mixed> $where) : static
Parameters
-
$where
: array<string|int, mixed>
-