Page implements Arrayable
Table of Contents
Interfaces
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|nullgetCustomSectionId()
Returns ID of a custom section, which this page is associated with
public
getCustomSectionId() : int|null
Return values
int|nullgetId()
Returns ID of the page
public
getId() : int|null
Return values
int|nullgetSettings()
Returns SETTINGS of this page
public
getSettings() : string|null
Return values
string|nullgetSort()
Returns SORT of this page
public
getSort() : int|null
Return values
int|nullgetTitle()
Returns TITLE of this page
public
getTitle() : string|null
Return values
string|nullsetCode()
Sets CODE of this page
public
setCode(string $code) : Page
Parameters
- $code : string
Return values
PagesetCustomSectionId()
Sets ID of a custom section, which this page is associated with
public
setCustomSectionId(int $customSectionId) : Page
Parameters
- $customSectionId : int
Return values
PagesetId()
Sets ID of the page
public
setId(int $id) : Page
Parameters
- $id : int
Return values
PagesetSettings()
Sets SETTINGS of this page
public
setSettings(string $settings) : Page
Parameters
- $settings : string
Return values
PagesetSort()
Sets SORT of this page
public
setSort(int $sort) : Page
Parameters
- $sort : int
Return values
PagesetTitle()
Sets TITLE of this page
public
setTitle(string $title) : Page
Parameters
- $title : string
Return values
PagetoArray()
public
toArray() : array<string|int, mixed>