Bitrix API

CustomSection

Table of Contents

Methods

getCode()  : string|null
Returns CODE of this custom section
getId()  : int|null
Returns ID of this custom section
getModuleId()  : string|null
Returns MODULE_ID of this custom section
getPages()  : array<string|int, CustomSectionPage>
Returns pages of this custom section
getTitle()  : string|null
Returns TITLE of this custom section
setCode()  : $this
Sets CODE of this custom section
setId()  : $this
Sets ID of this custom section
setModuleId()  : $this
Sets MODULE_ID of this custom section
setPages()  : $this
Returns pages of this custom section
setTitle()  : $this
Sets TITLE of this custom section

Methods

getCode()

Returns CODE of this custom section

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

getId()

Returns ID of this custom section

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

getModuleId()

Returns MODULE_ID of this custom section

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

getTitle()

Returns TITLE of this custom section

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

setCode()

Sets CODE of this custom section

public setCode(string $code) : $this
Parameters
$code : string
Return values
$this

setId()

Sets ID of this custom section

public setId(int $id) : $this
Parameters
$id : int
Return values
$this

setModuleId()

Sets MODULE_ID of this custom section

public setModuleId(string $moduleId) : $this
Parameters
$moduleId : string
Return values
$this

setTitle()

Sets TITLE of this custom section

public setTitle(string $title) : $this
Parameters
$title : string
Return values
$this

        
On this page

Search results