CollabQuery
Table of Contents
Methods
-
__construct()
: mixed
-
addWhere()
: static
-
getAccessCheck()
: bool
-
getDistinct()
: bool
-
getGroup()
: array<string|int, mixed>
-
getLimit()
: int
-
getOffset()
: int
-
getOrder()
: array<string|int, mixed>
-
getSelect()
: array<string|int, mixed>
-
getUserId()
: int
-
getWhere()
: ConditionTree|null
-
isOnlyId()
: bool
-
setAccessCheck()
: static
-
setDistinct()
: static
-
setGroupBy()
: CollabQuery
-
setLimit()
: CollabQuery
-
setOffset()
: CollabQuery
-
setOrder()
: static
-
setSelect()
: static
-
setWhere()
: static
__construct()
public
final __construct([int $userId = 0 ]) : mixed
Parameters
-
$userId
: int
= 0
-
addWhere()
public
addWhere(Condition $condition) : static
Parameters
-
$condition
: Condition
-
getAccessCheck()
public
getAccessCheck() : bool
getDistinct()
public
getDistinct() : bool
getGroup()
public
getGroup() : array<string|int, mixed>
Return values
array<string|int, mixed>
getLimit()
public
getLimit() : int
getOffset()
public
getOffset() : int
getOrder()
public
getOrder() : 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
isOnlyId()
public
isOnlyId() : bool
setAccessCheck()
public
setAccessCheck([bool $check = true ]) : static
Parameters
-
$check
: bool
= true
-
setDistinct()
public
setDistinct([bool $distinct = true ]) : static
Parameters
-
$distinct
: bool
= true
-
setGroupBy()
public
setGroupBy(array<string|int, mixed> $groupBy) : CollabQuery
Parameters
-
$groupBy
: array<string|int, mixed>
-
setLimit()
public
setLimit(int $limit) : CollabQuery
Parameters
-
$limit
: int
-
setOffset()
public
setOffset(int $offset) : CollabQuery
Parameters
-
$offset
: int
-
setOrder()
public
setOrder(array<string|int, mixed> $order) : static
Parameters
-
$order
: 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
-