ProductGroupPriceSerializer

package

Default

Methods

ProductGroupPriceSerializer constructor.

__construct(\GraduatedPriceSerializer $graduatedPriceSerializer) 

Arguments

$graduatedPriceSerializer

\GraduatedPriceSerializer

deserialize

deserialize(mixed $groupPriceDataArray) : \ProductGroupPrice

Arguments

$groupPriceDataArray

mixed

Response

\ProductGroupPrice

deserializeCollection

deserializeCollection(mixed $groupPriceCollectionData) : \ProductGroupPriceCollection

Arguments

$groupPriceCollectionData

mixed

Response

\ProductGroupPriceCollection

Serializes the product group price.

serialize(\ProductGroupPriceInterface $productGroupPrice) : array

Arguments

$productGroupPrice

\ProductGroupPriceInterface

Response

array

Serializes the product group price collection.

serializeCollection(\ProductGroupPriceCollection $productGroupPriceCollection) : array

Arguments

$productGroupPriceCollection

\ProductGroupPriceCollection

Response

array

Properties

graduatedPriceSerializer

graduatedPriceSerializer : \GraduatedPriceSerializer