Price
extends SemanticObjectAnonymous
implements
IPrice
Table of Contents
Interfaces
- IPrice
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
getQuantityUnit()
: ISKOSConcept
-
getQuantityValue()
: float
-
getVatRate()
: float
-
setQuantityUnit()
: void
-
setQuantityValue()
: void
-
setVatRate()
: void
__construct()
public
__construct(IConnector $connector[, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, float $value = null ][, float $vatRate = null ][, ISKOSConcept $unit = null ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$value
: float
= null
-
-
$vatRate
: float
= null
-
-
$unit
: ISKOSConcept
= null
-
getQuantityUnit()
public
getQuantityUnit() : ISKOSConcept
getQuantityValue()
public
getQuantityValue() : float
getVatRate()
public
getVatRate() : float
setQuantityUnit()
public
setQuantityUnit(ISKOSConcept $quantityUnit) : void
Parameters
-
$quantityUnit
: ISKOSConcept
-
setQuantityValue()
public
setQuantityValue(float $quantityValue) : void
Parameters
-
$quantityValue
: float
-
setVatRate()
public
setVatRate(float $vatRate) : void
Parameters
-
$vatRate
: float
-