Bitrix API

TagQuery implements TaskQueryInterface

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

Methods

__construct()

public __construct() : mixed

addWhere()

public addWhere(string $field, string $alias) : static
Parameters
$field : string
$alias : string
Return values
static

getCountTotal()

public getCountTotal() : int
Return values
int

getDistinct()

public getDistinct() : bool
Return values
bool

getGroupBy()

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

getId()

public getId() : string
Return values
string

getLimit()

public getLimit() : int
Return values
int

getOffset()

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

getWhere()

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

needAccessCheck()

public needAccessCheck() : bool
Return values
bool

setLimit()

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

setOffset()

public setOffset(int $offset) : static
Parameters
$offset : int
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

setWhere()

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

        
On this page

Search results