Bitrix API

Union

UNION handler for Query.

Tags
subpackage

main

Table of Contents

Methods

__construct()  : mixed
addOrder()  : $this
addQuery()  : $this
getLimit()  : int
getOffset()  : int
getOrder()  : array<string|int, mixed>
getQueries()  : array<string|int, UnionCondition>
setLimit()  : $this
setOffset()  : $this
setOrder()  : $this

Methods

addOrder()

public addOrder(string $definition[, string $order = 'ASC' ]) : $this
Parameters
$definition : string
$order : string = 'ASC'
Tags
throws
ArgumentException
Return values
$this

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>

setLimit()

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

setOffset()

public setOffset(mixed $offset) : $this
Parameters
$offset : mixed
Return values
$this

setOrder()

public setOrder(mixed $order) : $this
Parameters
$order : mixed
Return values
$this

        
On this page

Search results