phpDocumentor

PriceBuilderInterface

Interface PriceBuilderInterface

Table of Contents

build()  : Price
create()  : self
reset()  : self
withData()  : mixed
withProductId()  : self
withQuantity()  : self
withStatus()  : self
withTaxClassId()  : self

Methods

withData()

public withData(string $string, mixed $value) : mixed
Parameters
$string : string
$value : mixed
Return values
mixed

withQuantity()

public withQuantity(float $value) : self
Parameters
$value : float
Return values
self

withTaxClassId()

public withTaxClassId(int $getTaxClassId) : self
Parameters
$getTaxClassId : int
Return values
self

Search results