Bitrix API

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

Methods

getScope()

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

getShowDummyImage()

public getShowDummyImage() : bool|null
Return values
bool|null

getSort()

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

setImage()

public setImage(string|null $image) : self
Parameters
$image : string|null
Return values
self

setIsSelected()

public setIsSelected(bool|null $isSelected) : self
Parameters
$isSelected : bool|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

setShowDummyImage()

public setShowDummyImage(bool|null $showDummyImage) : self
Parameters
$showDummyImage : bool|null
Return values
self

setSort()

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

setTitle()

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

toArray()

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

        
On this page

Search results