Bitrix API

CallScoringPill extends ContentBlock uses Actionable

FinalYes

Table of Contents

Constants

SCOPE_MOBILE  = 'mobile'
SCOPE_WEB  = 'web'
STATE_LOADING  = 'loading'
STATE_PROCESSED  = 'processed'
STATE_UNPROCESSED  = 'unprocessed'

Methods

getAction()  : Action|null
getRendererName()  : string
getScope()  : string|null
getSort()  : int|null
getState()  : string|null
getTitle()  : string|null
getValue()  : string|null
setAction()  : self
setScope()  : self
setScopeMobile()  : self
setScopeWeb()  : self
setSort()  : self
setState()  : self
setTitle()  : self
setValue()  : 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

getState()

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

getTitle()

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

getValue()

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

setAction()

public setAction(Action|null $action) : self
Parameters
$action : Action|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

setState()

public setState(string|null $state) : self
Parameters
$state : string|null
Return values
self

setTitle()

public setTitle(string|null $value) : self
Parameters
$value : string|null
Return values
self

setValue()

public setValue(string|null $value) : self
Parameters
$value : string|null
Return values
self

toArray()

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

        
On this page

Search results