Bitrix API

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

Methods

__call()

public __call(string $name[, mixed $args = [] ]) : static
Parameters
$name : string
$args : mixed = []
Return values
static

__construct()

public __construct([int $userId = 0 ]) : mixed
Parameters
$userId : int = 0

getCountTotal()

public getCountTotal() : int
Return values
int

getGroupBy()

public getGroupBy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getId()

public getId() : string
Return values
string

getOnlyPrimaries()

public getOnlyPrimaries() : bool
Return values
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
Return values
int

isOnlyPrimaries()

public isOnlyPrimaries() : bool
Return values
bool

needAccessCheck()

public needAccessCheck() : bool
Return values
bool

setAccessCheck()

public setAccessCheck(bool $check) : static
Parameters
$check : bool
Return values
static

setCountTotal()

public setCountTotal(bool $countTotal) : static
Parameters
$countTotal : bool
Return values
static

setDistinct()

public setDistinct([bool $distinct = true ]) : static
Parameters
$distinct : bool = true
Return values
static

setGroupBy()

public setGroupBy(array<string|int, mixed> $groupBy) : static
Parameters
$groupBy : array<string|int, mixed>
Return values
static

setLimit()

public setLimit(int $limit) : static
Parameters
$limit : int
Return values
static

setOffset()

public setOffset(int $offset) : static
Parameters
$offset : int
Return values
static

setOnlyPrimaries()

public setOnlyPrimaries([bool $onlyPrimaries = true ]) : static
Parameters
$onlyPrimaries : bool = true
Return values
static

setOrderBy()

public setOrderBy(array<string|int, mixed> $orderBy) : static
Parameters
$orderBy : array<string|int, mixed>
Return values
static

setSelect()

public setSelect(array<string|int, mixed> $select) : static
Parameters
$select : array<string|int, mixed>
Return values
static

whereActive()

public whereActive(bool|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : bool|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereActivity()

public whereActivity(DateTime|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : DateTime|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereCounter()

public whereCounter(string $type) : static
Parameters
$type : string
Tags
throws
InvalidArgumentException
Return values
static

whereCreatorId()

public whereCreatorId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereDescription()

public whereDescription(string|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : string|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereDistributionType()

public whereDistributionType(string|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : string|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereEfficiency()

public whereEfficiency(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereFulltext()

public whereFulltext(string $fulltext) : static
Parameters
$fulltext : string
Return values
static

whereGroupId()

public whereGroupId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereId()

public whereId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereName()

public whereName(string|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : string|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereOwnerId()

public whereOwnerId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

wherePlannedCompletionTime()

public wherePlannedCompletionTime(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

whereTemplateId()

public whereTemplateId(int|array<string|int, mixed> $value[, string $operator = = '\'=\'' ]) : self
Parameters
$value : int|array<string|int, mixed>
$operator : string = = '\'=\''
Return values
self

        
On this page

Search results