Bitrix API

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|null

getCounterId()

Returns COUNTER_ID of this page

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

getCounterValue()

Returns COUNTER_VALUE of this page

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

getCustomSectionId()

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

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

getDisabledInCtrlPanel()

Returns IS_DISABLE of this page to be displayed in the Control Panel

public getDisabledInCtrlPanel() : bool
Return values
bool

getId()

Returns ID of the page

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

getModuleId()

Returns MODULE_ID of this page

public getModuleId() : string|null
Return values
string|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) : $this
Parameters
$code : string
Return values
$this

setCounterId()

Sets COUNTER_ID of this page

public setCounterId(string $counterId) : $this
Parameters
$counterId : string
Return values
$this

setCounterValue()

Sets COUNTER_VALUE of this page

public setCounterValue(int $counterValue) : $this
Parameters
$counterValue : int
Return values
$this

setCustomSectionId()

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

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

setDisabledInCtrlPanel()

Sets IS_DISABLE of this page to be displayed in the Control Panel

public setDisabledInCtrlPanel(bool $isDisabled) : $this
Parameters
$isDisabled : bool
Return values
$this

setId()

Sets ID of the page

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

setModuleId()

Sets MODULE_ID of this page

public setModuleId(string $moduleId) : $this
Parameters
$moduleId : string
Return values
$this

setSettings()

Sets SETTINGS of this page

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

setSort()

Sets SORT of this page

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

setTitle()

Sets TITLE of this page

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

        
On this page

Search results