- Core\DiscoveredCurrencyFactory
class Core \ DiscoveredCurrencyFactory
- All implemented interfaces:
- CurrencyFactory
Allows software that uses this component to create instances of Currency
s, or null
if none could be found for the given code. (from CurrencyFactory)
Method Summary
Name | Description |
---|---|
loadCurrency($cur) |
public function loadCurrency($cur)
- Returns:
a Currency for the given currency code, ornull
if none could be found