Bitrix API

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

Methods

__construct()

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

getAccessCheck()

public getAccessCheck() : bool
Return values
bool

getDistinct()

public getDistinct() : bool
Return values
bool

getGroup()

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

getLimit()

public getLimit() : int
Return values
int

getOffset()

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

isOnlyId()

public isOnlyId() : bool
Return values
bool

setAccessCheck()

public setAccessCheck([bool $check = true ]) : static
Parameters
$check : bool = true
Return values
static

setDistinct()

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

setOrder()

public setOrder(array<string|int, mixed> $order) : static
Parameters
$order : 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

        
On this page

Search results