Documentation

Price extends SemanticObjectAnonymous
in package
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

Properties

Methods

__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

getQuantityValue()

public getQuantityValue() : float
Return values
float

getVatRate()

public getVatRate() : float
Return values
float

setQuantityValue()

public setQuantityValue(float $quantityValue) : void
Parameters
$quantityValue : float

setVatRate()

public setVatRate(float $vatRate) : void
Parameters
$vatRate : float

        
On this page

Search results