CustomSectionPage
Table of Contents
Methods
- getCode() : string|null
- Returns CODE of this page
- getCounterId() : string|null
- Returns COUNTER_ID of this page
- getCounterValue() : int|null
- Returns COUNTER_VALUE of this page
- getCustomSectionId() : int|null
- Returns ID of a custom section, which this page is associated with
- getDisabledInCtrlPanel() : bool
- Returns IS_DISABLE of this page to be displayed in the Control Panel
- getId() : int|null
- Returns ID of the page
- getModuleId() : string|null
- Returns MODULE_ID of this 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() : $this
- Sets CODE of this page
- setCounterId() : $this
- Sets COUNTER_ID of this page
- setCounterValue() : $this
- Sets COUNTER_VALUE of this page
- setCustomSectionId() : $this
- Sets ID of a custom section, which this page is associated with
- setDisabledInCtrlPanel() : $this
- Sets IS_DISABLE of this page to be displayed in the Control Panel
- setId() : $this
- Sets ID of the page
- setModuleId() : $this
- Sets MODULE_ID of this page
- setSettings() : $this
- Sets SETTINGS of this page
- setSort() : $this
- Sets SORT of this page
- setTitle() : $this
- Sets TITLE of this page
Methods
getCode()
Returns CODE of this page
public
getCode() : string|null
Return values
string|nullgetCounterId()
Returns COUNTER_ID of this page
public
getCounterId() : string|null
Return values
string|nullgetCounterValue()
Returns COUNTER_VALUE of this page
public
getCounterValue() : int|null
Return values
int|nullgetCustomSectionId()
Returns ID of a custom section, which this page is associated with
public
getCustomSectionId() : int|null
Return values
int|nullgetDisabledInCtrlPanel()
Returns IS_DISABLE of this page to be displayed in the Control Panel
public
getDisabledInCtrlPanel() : bool
Return values
boolgetId()
Returns ID of the page
public
getId() : int|null
Return values
int|nullgetModuleId()
Returns MODULE_ID of this page
public
getModuleId() : string|null
Return values
string|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) : $this
Parameters
- $code : string
Return values
$thissetCounterId()
Sets COUNTER_ID of this page
public
setCounterId(string $counterId) : $this
Parameters
- $counterId : string
Return values
$thissetCounterValue()
Sets COUNTER_VALUE of this page
public
setCounterValue(int $counterValue) : $this
Parameters
- $counterValue : int
Return values
$thissetCustomSectionId()
Sets ID of a custom section, which this page is associated with
public
setCustomSectionId(int $customSectionId) : $this
Parameters
- $customSectionId : int
Return values
$thissetDisabledInCtrlPanel()
Sets IS_DISABLE of this page to be displayed in the Control Panel
public
setDisabledInCtrlPanel(bool $isDisabled) : $this
Parameters
- $isDisabled : bool
Return values
$thissetId()
Sets ID of the page
public
setId(int $id) : $this
Parameters
- $id : int
Return values
$thissetModuleId()
Sets MODULE_ID of this page
public
setModuleId(string $moduleId) : $this
Parameters
- $moduleId : string
Return values
$thissetSettings()
Sets SETTINGS of this page
public
setSettings(string $settings) : $this
Parameters
- $settings : string
Return values
$thissetSort()
Sets SORT of this page
public
setSort(int $sort) : $this
Parameters
- $sort : int
Return values
$thissetTitle()
Sets TITLE of this page
public
setTitle(string $title) : $this
Parameters
- $title : string