Open Journal Systems
3.3.0
|
Public Member Functions | |
contains (Currency $currency) | |
getIterator () | |
subunitFor (Currency $currency) | |
Data Fields | |
const | CODE = 'XBT' |
const | SYMBOL = "\xC9\x83" |
Definition at line 12 of file BitcoinCurrencies.php.
Money\Currencies\BitcoinCurrencies::contains | ( | Currency | $currency | ) |
{Checks whether a currency is available in the current context.
Currency | $currency |
Implements Money\Currencies.
Definition at line 21 of file BitcoinCurrencies.php.
References Money\Currency\getCode().
Money\Currencies\BitcoinCurrencies::getIterator | ( | ) |
{}
Definition at line 43 of file BitcoinCurrencies.php.
Money\Currencies\BitcoinCurrencies::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 29 of file BitcoinCurrencies.php.
References Money\Currency\getCode().
const Money\Currencies\BitcoinCurrencies::CODE = 'XBT' |
Definition at line 14 of file BitcoinCurrencies.php.
Referenced by Money\Formatter\BitcoinMoneyFormatter\format(), and Money\Parser\BitcoinMoneyParser\parse().
const Money\Currencies\BitcoinCurrencies::SYMBOL = "\xC9\x83" |
Definition at line 16 of file BitcoinCurrencies.php.
Referenced by Money\Formatter\BitcoinMoneyFormatter\format(), and Money\Parser\BitcoinMoneyParser\parse().