Bitrix API

RuntimeFilter

Class RuntimeFilter

Table of Contents

Methods

addRuntime()  : $this
Add runtime field.
getKey()  : string
Get key.
getRuntime()  : array<string|int, ExpressionField>
Get runtime.
getValue()  : string
Get value.
setFilter()  : $this
Set filter.

Methods

addRuntime()

Add runtime field.

public addRuntime(array<string|int, mixed> $field) : $this
Parameters
$field : array<string|int, mixed>

Field.

Return values
$this

getKey()

Get key.

public getKey() : string
Return values
string

getRuntime()

Get runtime.

public getRuntime() : array<string|int, ExpressionField>
Return values
array<string|int, ExpressionField>

getValue()

Get value.

public getValue() : string
Return values
string

setFilter()

Set filter.

public setFilter(string $key, string $value) : $this
Parameters
$key : string

Key.

$value : string

Value.

Return values
$this

        
On this page

Search results