ExpandableListItemButton extends ContentBlock
FinalYes
Table of Contents
Constants
- SCOPE_MOBILE = 'mobile'
- SCOPE_WEB = 'web'
Methods
- getAction() : Action|null
- getRendererName() : string
- getScope() : string|null
- getSort() : int|null
- getText() : string|null
- setAction() : self
- setScope() : self
- setScopeMobile() : self
- setScopeWeb() : self
- setSort() : self
- setText() : self
- toArray() : array<string|int, mixed>
Constants
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
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|nullgetText()
public
getText() : 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
selfsetText()
public
setText(string|null $text) : self
Parameters
- $text : string|null
Return values
selftoArray()
public
toArray() : array<string|int, mixed>