ExpandableListItem extends ContentBlock
FinalYes
Table of Contents
Constants
- SCOPE_MOBILE = 'mobile'
- SCOPE_WEB = 'web'
Methods
- __construct() : mixed
- getBottomBlock() : LineOfTextBlocks|null
- getButton() : ExpandableListItemButton|null
- getId() : string
- getImage() : string|null
- getRendererName() : string
- getScope() : string|null
- getShowDummyImage() : bool|null
- getSort() : int|null
- getTitle() : string|null
- getTitleAction() : Action|null
- isSelected() : bool|null
- setBottomBlock() : self
- setButton() : self
- setImage() : self
- setIsSelected() : self
- setScope() : self
- setScopeMobile() : self
- setScopeWeb() : self
- setShowDummyImage() : self
- setSort() : self
- setTitle() : self
- setTitleAction() : self
- toArray() : array<string|int, mixed>
Constants
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
Methods
__construct()
public
__construct(string $id) : mixed
Parameters
- $id : string
getBottomBlock()
public
getBottomBlock() : LineOfTextBlocks|null
Return values
LineOfTextBlocks|nullgetButton()
public
getButton() : ExpandableListItemButton|null
Return values
ExpandableListItemButton|nullgetId()
public
getId() : string
Return values
stringgetImage()
public
getImage() : string|null
Return values
string|nullgetRendererName()
public
getRendererName() : string
Return values
stringgetScope()
public
getScope() : string|null
Return values
string|nullgetShowDummyImage()
public
getShowDummyImage() : bool|null
Return values
bool|nullgetSort()
public
getSort() : int|null
Return values
int|nullgetTitle()
public
getTitle() : string|null
Return values
string|nullgetTitleAction()
public
getTitleAction() : Action|null
Return values
Action|nullisSelected()
public
isSelected() : bool|null
Return values
bool|nullsetBottomBlock()
public
setBottomBlock(LineOfTextBlocks|null $bottomBlock) : self
Parameters
- $bottomBlock : LineOfTextBlocks|null
Return values
selfsetButton()
public
setButton(ExpandableListItemButton|null $button) : self
Parameters
- $button : ExpandableListItemButton|null
Return values
selfsetImage()
public
setImage(string|null $image) : self
Parameters
- $image : string|null
Return values
selfsetIsSelected()
public
setIsSelected(bool|null $isSelected) : self
Parameters
- $isSelected : bool|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
selfsetShowDummyImage()
public
setShowDummyImage(bool|null $showDummyImage) : self
Parameters
- $showDummyImage : bool|null
Return values
selfsetSort()
public
setSort(int|null $sort) : self
Parameters
- $sort : int|null
Return values
selfsetTitle()
public
setTitle(string|null $title) : self
Parameters
- $title : string|null
Return values
selfsetTitleAction()
public
setTitleAction(Action|null $titleAction) : self
Parameters
- $titleAction : Action|null
Return values
selftoArray()
public
toArray() : array<string|int, mixed>