Bitrix API

SqlRestriction extends Restriction

AbstractYes

Table of Contents

Methods

__construct()  : mixed
externalize()  : array<string|int, mixed>
getHtml()  : string
getName()  : string
getRowCountThreshold()  : int
internalize()  : void
isPersistent()  : bool
isPersitent()  : bool
load()  : mixed
preparePopupScript()  : string
reset()  : mixed
save()  : mixed
setName()  : void
setRowCountThreshold()  : void

Methods

__construct()

public __construct([mixed $name = '' ][, mixed $threshold = 0 ]) : mixed
Parameters
$name : mixed = ''
$threshold : mixed = 0

externalize()

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

getHtml()

public abstract getHtml() : string
Return values
string

getName()

public getName() : string
Return values
string

getRowCountThreshold()

public getRowCountThreshold() : int
Return values
int

internalize()

public internalize(array<string|int, mixed> $params) : void
Parameters
$params : array<string|int, mixed>

Params

isPersistent()

public isPersistent() : bool
Return values
bool

isPersitent()

public isPersitent() : bool

No longer used by internal code and not recommended. Please use isPersistent.

Return values
bool

preparePopupScript()

public abstract preparePopupScript() : string
Return values
string

setName()

public setName(string $name) : void
Parameters
$name : string

Name

setRowCountThreshold()

public setRowCountThreshold(int $threshold) : void
Parameters
$threshold : int

Select query threshold.


        
On this page

Search results