SkuTree
Table of Contents
Methods
-
__construct()
: mixed
-
getDefaultValues()
: array<string|int, mixed>
-
getPropertyCodes()
: array<string|int, mixed>
-
getTreeProperties()
: array<string|int, mixed>
-
load()
: array<string|int, mixed>
-
loadJsonOffers()
: array<string|int, mixed>
-
loadWithSelectedOffers()
: array<string|int, mixed>
-
setDefaultValues()
: void
-
setPropertyCodes()
: void
__construct()
public
__construct(IblockInfo $iblockInfo) : mixed
Parameters
-
$iblockInfo
: IblockInfo
-
getDefaultValues()
public
getDefaultValues() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPropertyCodes()
public
getPropertyCodes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTreeProperties()
public
getTreeProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>
load()
public
load(array<string|int, mixed> $productIds) : array<string|int, mixed>
Parameters
-
$productIds
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
loadJsonOffers()
public
loadJsonOffers(array<string|int, mixed> $productToOfferMap) : array<string|int, mixed>
Parameters
-
$productToOfferMap
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
loadWithSelectedOffers()
public
loadWithSelectedOffers(array<string|int, mixed> $productToOfferMap) : array<string|int, mixed>
Parameters
-
$productToOfferMap
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
setDefaultValues()
public
setDefaultValues(array<string|int, mixed> $defaultValues) : void
Parameters
-
$defaultValues
: array<string|int, mixed>
-
setPropertyCodes()
public
setPropertyCodes(array<string|int, mixed> $propertyCodes) : void
Parameters
-
$propertyCodes
: array<string|int, mixed>
-