Bitrix API

Section extends Control

Table of Contents

Methods

__construct()  : mixed
getBannerCode()  : string|null
getIcon()  : string|null
getId()  : string
getTitle()  : string
isCanCollapse()  : bool
isEnable()  : bool
isOpen()  : bool
jsonSerialize()  : array<string|int, mixed>
setBannerCode()  : void
setCanCollapse()  : void
setIcon()  : void
setId()  : void
setIsEnable()  : void
setIsOpen()  : void
setTitle()  : void

Methods

__construct()

public __construct(string $id, string $title[, string|null $icon = null ][, bool $isOpen = true ][, bool $isEnable = true ][, bool $canCollapse = true ][, string|null $bannerCode = null ]) : mixed
Parameters
$id : string
$title : string
$icon : string|null = null
$isOpen : bool = true
$isEnable : bool = true
$canCollapse : bool = true
$bannerCode : string|null = null

getBannerCode()

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

getIcon()

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

getId()

public getId() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

isCanCollapse()

public isCanCollapse() : bool
Return values
bool

isEnable()

public isEnable() : bool
Return values
bool

isOpen()

public isOpen() : bool
Return values
bool

jsonSerialize()

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

setBannerCode()

public setBannerCode(string|null $bannerCode) : void
Parameters
$bannerCode : string|null

setCanCollapse()

public setCanCollapse(bool $canCollapse) : void
Parameters
$canCollapse : bool

setIcon()

public setIcon(string|null $icon) : void
Parameters
$icon : string|null

setId()

public setId(string $id) : void
Parameters
$id : string

setIsEnable()

public setIsEnable(bool $isEnable) : void
Parameters
$isEnable : bool

setIsOpen()

public setIsOpen(bool $isOpen) : void
Parameters
$isOpen : bool

setTitle()

public setTitle(string $title) : void
Parameters
$title : string

        
On this page

Search results