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
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
STATE_LOADING
public
mixed
STATE_LOADING
= 'loading'
STATE_PROCESSED
public
mixed
STATE_PROCESSED
= 'processed'
STATE_UNPROCESSED
public
mixed
STATE_UNPROCESSED
= 'unprocessed'
Methods
getAction()
public
getAction() : Action|null
Return values
Action|nullgetRendererName()
public
getRendererName() : string
Return values
stringgetScope()
public
getScope() : string|null
Return values
string|nullgetSort()
public
getSort() : int|null
Return values
int|nullgetState()
public
getState() : string|null
Return values
string|nullgetTitle()
public
getTitle() : string|null
Return values
string|nullgetValue()
public
getValue() : string|null
Return values
string|nullsetAction()
public
setAction(Action|null $action) : self
Parameters
- $action : Action|null
Return values
selfsetScope()
public
setScope(string|null $scope) : self
Parameters
- $scope : string|null
Return values
selfsetScopeMobile()
public
setScopeMobile() : self
Return values
selfsetScopeWeb()
public
setScopeWeb() : self
Return values
selfsetSort()
public
setSort(int|null $sort) : self
Parameters
- $sort : int|null
Return values
selfsetState()
public
setState(string|null $state) : self
Parameters
- $state : string|null
Return values
selfsetTitle()
public
setTitle(string|null $value) : self
Parameters
- $value : string|null
Return values
selfsetValue()
public
setValue(string|null $value) : self
Parameters
- $value : string|null
Return values
selftoArray()
public
toArray() : array<string|int, mixed>