Bitrix API

CustomSection implements Arrayable

Table of Contents

Interfaces

Arrayable

Methods

getCode()  : string|null
Returns CODE of this custom section
getId()  : int|null
Returns ID of this custom section
getPages()  : array<string|int, Page>
Returns pages of this custom section
getTitle()  : string|null
Returns TITLE of this custom section
setCode()  : CustomSection
Sets CODE of this custom section
setId()  : CustomSection
Sets ID of this custom section
setPages()  : CustomSection
Returns pages of this custom section
setTitle()  : CustomSection
Sets TITLE of this custom section
toArray()  : array<string|int, mixed>

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

getPages()

Returns pages of this custom section

public getPages() : array<string|int, Page>
Return values
array<string|int, Page>

getTitle()

Returns TITLE of this custom section

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

toArray()

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

        
On this page

Search results