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