Quantity

Quantity
in package
implements QuantityInterface

FinalYes

Quantity information.

Table of Contents

Interfaces

QuantityInterface
Quantity information.

Properties

$quantity  : BigDecimal
Quantity.
$unit  : UnitInterface
Unit in which the quantity is measured.

Methods

__construct()  : mixed
getQuantity()  : BigDecimal
Returns the quantity.
getUnit()  : UnitInterface
Returns the unit in which the quantity is measured.

Properties

$quantity

Quantity.

private BigDecimal $quantity

Methods

getQuantity()

Returns the quantity.

public getQuantity() : BigDecimal
Tags
inheritdoc
Return values
BigDecimal

quantity


        
On this page

Search results