Bitrix API

Page implements Arrayable

Table of Contents

Interfaces

Arrayable

Methods

getCode()  : string|null
Returns CODE of this page
getCustomSectionId()  : int|null
Returns ID of a custom section, which this page is associated with
getId()  : int|null
Returns ID of the page
getSettings()  : string|null
Returns SETTINGS of this page
getSort()  : int|null
Returns SORT of this page
getTitle()  : string|null
Returns TITLE of this page
setCode()  : Page
Sets CODE of this page
setCustomSectionId()  : Page
Sets ID of a custom section, which this page is associated with
setId()  : Page
Sets ID of the page
setSettings()  : Page
Sets SETTINGS of this page
setSort()  : Page
Sets SORT of this page
setTitle()  : Page
Sets TITLE of this page
toArray()  : array<string|int, mixed>

Methods

getCode()

Returns CODE of this page

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

getCustomSectionId()

Returns ID of a custom section, which this page is associated with

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

getId()

Returns ID of the page

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

getSettings()

Returns SETTINGS of this page

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

getSort()

Returns SORT of this page

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

getTitle()

Returns TITLE of this page

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

setCode()

Sets CODE of this page

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

setCustomSectionId()

Sets ID of a custom section, which this page is associated with

public setCustomSectionId(int $customSectionId) : Page
Parameters
$customSectionId : int
Return values
Page

setId()

Sets ID of the page

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

setSettings()

Sets SETTINGS of this page

public setSettings(string $settings) : Page
Parameters
$settings : string
Return values
Page

setSort()

Sets SORT of this page

public setSort(int $sort) : Page
Parameters
$sort : int
Return values
Page

setTitle()

Sets TITLE of this page

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

toArray()

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

        
On this page

Search results