phpDocumentor

OptionValueCustomization

Class OptionValueCustomization

Table of Contents

HIGHEST_STORABLE_FLOAT  = 99999999999.99989
MAXIMUM_DECIMAL_PLACES  = 4
$modelNumber  : string
$price  : float
$weight  : float
create()  : OptionValueCustomization
modelNumber()  : string
price()  : float
weight()  : float
withModelNumber()  : $this
withPrice()  : OptionValueCustomization
withWeight()  : $this
__construct()  : mixed
OptionValueCustomization constructor.

Constants

Properties

Methods

withModelNumber()

public withModelNumber(string $modelNumber) : $this
Parameters
$modelNumber : string
Return values
$this

withWeight()

public withWeight(float $weight) : $this
Parameters
$weight : float
Return values
$this

__construct()

OptionValueCustomization constructor.

private __construct(string $modelNumber, float $weight, float $price) : mixed
Parameters
$modelNumber : string
$weight : float
$price : float
Return values
mixed

Search results