Table of Contents
Constants
-
MODE_EXCEL
= 'excel'
-
MODE_HTML
= 'html'
Methods
-
__construct()
: mixed
-
getIblockId()
: int
-
getIblockTypeId()
: string
-
getID()
: string
-
getListMode()
: string
-
getSelectedProductOfferIds()
: array<string|int, mixed>|null
-
getUrlBuilder()
: BaseBuilder|null
-
isAllowedIblockSections()
: bool
-
isExcelMode()
: bool
-
isHtmlMode()
: bool
-
isNewCardEnabled()
: bool
-
isShowedXmlId()
: bool
-
isSkuSelectorEnabled()
: bool
-
isUseBusinessProcesses()
: bool
-
isUseWorkflow()
: bool
-
setAllowedIblockSections()
: self
-
setListMode()
: self
-
setMode()
: void
-
setNewCardEnabled()
: self
-
setSelectedProductOfferIds()
: self
-
setShowedXmlId()
: self
-
setSkuSelectorEnable()
: self
-
setUrlBuilder()
: 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
getSelectedProductOfferIds()
public
getSelectedProductOfferIds() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getUrlBuilder()
public
getUrlBuilder() : BaseBuilder|null
isAllowedIblockSections()
public
isAllowedIblockSections() : bool
isExcelMode()
public
isExcelMode() : bool
isHtmlMode()
public
isHtmlMode() : bool
isNewCardEnabled()
public
isNewCardEnabled() : bool
isShowedXmlId()
public
isShowedXmlId() : bool
isSkuSelectorEnabled()
public
isSkuSelectorEnabled() : bool
isUseBusinessProcesses()
public
isUseBusinessProcesses() : bool
isUseWorkflow()
public
isUseWorkflow() : 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
-
setNewCardEnabled()
public
setNewCardEnabled(bool $value) : self
Parameters
-
$value
: bool
-
setSelectedProductOfferIds()
public
setSelectedProductOfferIds(array<string|int, mixed> $value) : self
Parameters
-
$value
: array<string|int, mixed>
-
setShowedXmlId()
public
setShowedXmlId(bool $value) : self
Parameters
-
$value
: bool
-
setSkuSelectorEnable()
public
setSkuSelectorEnable(bool $value) : self
Parameters
-
$value
: bool
-
setUrlBuilder()
public
setUrlBuilder(BaseBuilder $urlBuilder) : self
Parameters
-
$urlBuilder
: BaseBuilder
-