Open Journal Systems
3.3.0
|
Public Member Functions | |
contains (Currency $currency) | |
getIterator () | |
numericCodeFor (Currency $currency) | |
subunitFor (Currency $currency) | |
List of supported ISO 4217 currency codes and names.
Definition at line 14 of file ISOCurrencies.php.
Money\Currencies\ISOCurrencies::contains | ( | Currency | $currency | ) |
{Checks whether a currency is available in the current context.
Currency | $currency |
Implements Money\Currencies.
Definition at line 26 of file ISOCurrencies.php.
References Money\Currency\getCode().
Referenced by Money\Currencies\ISOCurrencies\numericCodeFor(), and Money\Currencies\ISOCurrencies\subunitFor().
Money\Currencies\ISOCurrencies::getIterator | ( | ) |
Definition at line 64 of file ISOCurrencies.php.
Money\Currencies\ISOCurrencies::numericCodeFor | ( | Currency | $currency | ) |
Returns the numeric code for a currency.
Currency | $currency |
UnknownCurrencyException | If currency is not available in the current context |
Definition at line 52 of file ISOCurrencies.php.
References Money\Currencies\ISOCurrencies\contains(), and Money\Currency\getCode().
Money\Currencies\ISOCurrencies::subunitFor | ( | Currency | $currency | ) |
{Returns the subunit for a currency.
Currency | $currency |
UnknownCurrencyException | If currency is not available in the current context |
Implements Money\Currencies.
Definition at line 34 of file ISOCurrencies.php.
References Money\Currencies\ISOCurrencies\contains(), and Money\Currency\getCode().