phpDocumentor

ProductOptionMapper Uses ProductOptionFloatConverter

Class ProductOptionMapper

Table of Contents

$factory  : ProductOptionFactory
__construct()  : mixed
ProductOptionMapper constructor.
mapImageListId()  : ImageListId
mapOptionAndOptionValueId()  : OptionAndOptionValueId
mapOptionValueCustomization()  : OptionValueCustomization
mapProductId()  : ProductId
mapProductOption()  : ProductOption
mapProductOptionId()  : ProductOptionId
mapProductOptionIds()  : ProductOptionIds
mapProductOptions()  : ProductOptions
mapProductOptionStock()  : ProductOptionStock
convertFloatToPositiveFloatAndPrefix()  : array<string|int, mixed>
convertPositiveFloatAndPrefixToFloat()  : float

Properties

Methods

__construct()

ProductOptionMapper constructor.

public __construct(ProductOptionFactory $factory) : mixed
Parameters
$factory : ProductOptionFactory
Return values
mixed

convertFloatToPositiveFloatAndPrefix()

protected convertFloatToPositiveFloatAndPrefix(float $value) : array<string|int, mixed>
Parameters
$value : float
Return values
array<string|int, mixed>

convertPositiveFloatAndPrefixToFloat()

protected convertPositiveFloatAndPrefixToFloat(string $prefix, float $value) : float
Parameters
$prefix : string
$value : float
Return values
float

Search results