Bitrix API

ProductSettings extends ElementSettings

Table of Contents

Constants

MODE_EXCEL  = 'excel'
MODE_HTML  = 'html'

Methods

__construct()  : mixed
getIblockId()  : int
getIblockTypeId()  : string
getID()  : string
getListMode()  : string
getOffersIblockId()  : int|null
getSelectedProductOfferIds()  : array<string|int, mixed>|null
getSkuPropertyId()  : int|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

Constants

MODE_EXCEL

public mixed MODE_EXCEL = 'excel'

MODE_HTML

public mixed MODE_HTML = 'html'

Methods

__construct()

public __construct(array<string|int, mixed> $params) : mixed
Parameters
$params : array<string|int, mixed>

getIblockTypeId()

public getIblockTypeId() : string
Return values
string

getID()

public getID() : string
Return values
string

getListMode()

public getListMode() : string
Return values
string

getOffersIblockId()

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

getSelectedProductOfferIds()

public getSelectedProductOfferIds() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getSkuPropertyId()

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

isAllowedIblockSections()

public isAllowedIblockSections() : bool
Return values
bool

isExcelMode()

public isExcelMode() : bool
Return values
bool

isHtmlMode()

public isHtmlMode() : bool
Return values
bool

isNewCardEnabled()

public isNewCardEnabled() : bool
Return values
bool

isShowedXmlId()

public isShowedXmlId() : bool
Return values
bool

isSkuSelectorEnabled()

public isSkuSelectorEnabled() : bool
Return values
bool

isUseBusinessProcesses()

public isUseBusinessProcesses() : bool
Return values
bool

setAllowedIblockSections()

public setAllowedIblockSections(bool $value) : self
Parameters
$value : bool
Return values
self

setListMode()

public setListMode(string $value) : self
Parameters
$value : string
Return values
self

setMode()

public setMode(string $mode) : void
Parameters
$mode : string

setNewCardEnabled()

public setNewCardEnabled(bool $value) : self
Parameters
$value : bool
Return values
self

setSelectedProductOfferIds()

public setSelectedProductOfferIds(array<string|int, mixed> $value) : self
Parameters
$value : array<string|int, mixed>
Return values
self

setShowedXmlId()

public setShowedXmlId(bool $value) : self
Parameters
$value : bool
Return values
self

setSkuSelectorEnable()

public setSkuSelectorEnable(bool $value) : self
Parameters
$value : bool
Return values
self

        
On this page

Search results