phpDocumentor

ProductPriceSerializer
in package

Class ProductPriceSerializer

Table of Contents

$groupPriceSerializer  : ProductGroupPriceSerializer
__construct()  : mixed
ProductPriceSerializer constructor.
deserialize()  : ProductPrice
Deserialize the given json string to a product price entity.
serialize()  : array<string|int, mixed>
Serializes the given product price into an array.

Properties

Methods

deserialize()

Deserialize the given json string to a product price entity.

public deserialize(string|array<string|int, mixed> $productPrice) : ProductPrice
Parameters
$productPrice : string|array<string|int, mixed>

Product price.

Return values
ProductPrice

Product price entity.

Search results