ExpandedFlowQuery
extends FlowQuery
Table of Contents
Methods
-
__call()
: static
-
__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
-
whereActive()
: self
-
whereActivity()
: self
-
whereCounter()
: static
-
whereCreatorId()
: self
-
whereDescription()
: self
-
whereDistributionType()
: self
-
whereEfficiency()
: self
-
whereFulltext()
: static
-
whereGroupId()
: self
-
whereId()
: self
-
whereName()
: self
-
whereOwnerId()
: self
-
wherePlannedCompletionTime()
: self
-
whereTemplateId()
: self
__call()
public
__call(string $name[, mixed $args = [] ]) : static
Parameters
-
$name
: string
-
-
$args
: mixed
= []
-
__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
whereActive()
public
whereActive(bool|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: bool|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereActivity()
public
whereActivity(DateTime|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: DateTime|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereCounter()
public
whereCounter(string $type) : static
Parameters
-
$type
: string
-
-
throws
-
InvalidArgumentException
whereCreatorId()
public
whereCreatorId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereDescription()
public
whereDescription(string|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: string|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereDistributionType()
public
whereDistributionType(string|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: string|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereEfficiency()
public
whereEfficiency(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereFulltext()
public
whereFulltext(string $fulltext) : static
Parameters
-
$fulltext
: string
-
whereGroupId()
public
whereGroupId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereId()
public
whereId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereName()
public
whereName(string|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: string|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereOwnerId()
public
whereOwnerId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
wherePlannedCompletionTime()
public
wherePlannedCompletionTime(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-
whereTemplateId()
public
whereTemplateId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
-
$value
: int|array<string|int, mixed>
-
-
$operator
: string
= = '\'=\''
-