IblockSettings
extends Settings
Table of Contents
Constants
-
MODE_EXCEL
= 'excel'
-
MODE_HTML
= 'html'
Methods
-
__construct()
: mixed
-
getIblockId()
: int
-
getIblockTypeId()
: string
-
getID()
: string
-
getListMode()
: string
-
isAllowedIblockSections()
: bool
-
isExcelMode()
: bool
-
isHtmlMode()
: bool
-
isShowedXmlId()
: bool
-
setAllowedIblockSections()
: self
-
setListMode()
: self
-
setMode()
: void
-
setShowedXmlId()
: self
MODE_EXCEL
public
mixed
MODE_EXCEL
= 'excel'
MODE_HTML
public
mixed
MODE_HTML
= 'html'
__construct()
public
__construct(array<string|int, mixed> $params) : mixed
Parameters
-
$params
: array<string|int, mixed>
-
getIblockId()
public
getIblockId() : int
getIblockTypeId()
public
getIblockTypeId() : string
getID()
public
getID() : string
getListMode()
public
getListMode() : string
isAllowedIblockSections()
public
isAllowedIblockSections() : bool
isExcelMode()
public
isExcelMode() : bool
isHtmlMode()
public
isHtmlMode() : bool
isShowedXmlId()
public
isShowedXmlId() : bool
setAllowedIblockSections()
public
setAllowedIblockSections(bool $value) : self
Parameters
-
$value
: bool
-
setListMode()
public
setListMode(string $value) : self
Parameters
-
$value
: string
-
setMode()
public
setMode(string $mode) : void
Parameters
-
$mode
: string
-
setShowedXmlId()
public
setShowedXmlId(bool $value) : self
Parameters
-
$value
: bool
-