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|nullgetId()
Returns ID of this custom section
public
getId() : int|null
Return values
int|nullgetModuleId()
Returns MODULE_ID of this custom section
public
getModuleId() : string|null
Return values
string|nullgetPages()
Returns pages of this custom section
public
getPages() : array<string|int, CustomSectionPage>
Return values
array<string|int, CustomSectionPage>getTitle()
Returns TITLE of this custom section
public
getTitle() : string|null
Return values
string|nullsetCode()
Sets CODE of this custom section
public
setCode(string $code) : $this
Parameters
- $code : string
Return values
$thissetId()
Sets ID of this custom section
public
setId(int $id) : $this
Parameters
- $id : int
Return values
$thissetModuleId()
Sets MODULE_ID of this custom section
public
setModuleId(string $moduleId) : $this
Parameters
- $moduleId : string
Return values
$thissetPages()
Returns pages of this custom section
public
setPages(array<string|int, CustomSectionPage> $pages) : $this
Parameters
- $pages : array<string|int, CustomSectionPage>
Return values
$thissetTitle()
Sets TITLE of this custom section
public
setTitle(string $title) : $this
Parameters
- $title : string