Bitrix API

Result extends Result

Tags
template

Table of Contents

Methods

getResult()  : T|null
Returns a single result.
hasResult()  : bool
We have a result.
merge()  : Result
setResult()  : static
Sets only the result.

Methods

getResult()

Returns a single result.

public getResult() : T|null
Return values
T|null

hasResult()

We have a result.

public hasResult() : bool
Return values
bool

setResult()

Sets only the result.

public setResult(T $result) : static
Parameters
$result : T
Return values
static

        
On this page

Search results