Bitrix API

PingSelector extends ContentBlock uses Actionable

Table of Contents

Constants

SCOPE_MOBILE  = 'mobile'
SCOPE_WEB  = 'web'

Methods

getAction()  : Action|null
getRendererName()  : string
getScope()  : string|null
getSort()  : int|null
getValue()  : array<string|int, mixed>|null
getValuesList()  : array<string|int, mixed>|null
setAction()  : self
setDeadline()  : self
setIcon()  : self
setScope()  : self
setScopeMobile()  : self
setScopeWeb()  : self
setSort()  : self
setValue()  : self
setValuesList()  : self
toArray()  : array<string|int, mixed>

Constants

Methods

getRendererName()

public getRendererName() : string
Return values
string

getScope()

public getScope() : string|null
Return values
string|null

getSort()

public getSort() : int|null
Return values
int|null

getValue()

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

getValuesList()

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

setAction()

public setAction(Action|null $action) : self
Parameters
$action : Action|null
Return values
self

setIcon()

public setIcon(string|null $icon) : self
Parameters
$icon : string|null
Return values
self

setScope()

public setScope(string|null $scope) : self
Parameters
$scope : string|null
Return values
self

setScopeMobile()

public setScopeMobile() : self
Return values
self

setScopeWeb()

public setScopeWeb() : self
Return values
self

setSort()

public setSort(int|null $sort) : self
Parameters
$sort : int|null
Return values
self

setValue()

public setValue(array<string|int, mixed>|null $value) : self
Parameters
$value : array<string|int, mixed>|null
Return values
self

setValuesList()

public setValuesList(array<string|int, mixed>|null $valuesList) : self
Parameters
$valuesList : array<string|int, mixed>|null
Return values
self

toArray()

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

        
On this page

Search results