Class CurrencyCode

CurrencyCode

Direct known subclasses

EmptyCurrencyCode

Package: Shared
Category: System
Located at Shared/CurrencyCode.inc.php

Methods summary

public __construct( StringType $code, DecimalType $currencyValue = null )

Constructor

public getCode( void ) : string

Get Code

public getCurrencyValue( void ) : DecimalType

Get Currency Value

Properties summary

protected $code : string

Holds the currency code as a string.


		
protected $currencyValue : float

Holds the currency value as a decimal type.