class CurrencyDataProvider
Data provider for currency-related data.
Constants
INDEX_SYMBOL | |
INDEX_NAME | |
INDEX_FRACTION_DIGITS | |
INDEX_ROUNDING_INCREMENT |
Methods
__construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads currency-related data from a resource bundle. | ||
getCurrencies() | ||
getSymbol($currency, $displayLocale = null) | ||
getName($currency, $displayLocale = null) | ||
getNames($displayLocale = null) | ||
getFractionDigits($currency) Data provider for {@link \Symfony\Component\Intl\Currency::getFractionDigits()}. | ||
getRoundingIncrement($currency) Data provider for {@link \Symfony\Component\Intl\Currency::getRoundingIncrement()}. | ||
getNumericCode($currency) Data provider for {@link \Symfony\Component\Intl\Currency::getNumericCode()}. | ||
forNumericCode($numericCode) Data provider for {@link \Symfony\Component\Intl\Currency::forNumericCode()}. |
Details
__construct(string $path, BundleEntryReaderInterface $reader)
Creates a data provider that reads currency-related data from a resource bundle.
getCurrencies()
getSymbol($currency, $displayLocale = null)
getName($currency, $displayLocale = null)
getNames($displayLocale = null)
getFractionDigits($currency)
Data provider for {@link \Symfony\Component\Intl\Currency::getFractionDigits()}.
getRoundingIncrement($currency)
Data provider for {@link \Symfony\Component\Intl\Currency::getRoundingIncrement()}.
getNumericCode($currency)
Data provider for {@link \Symfony\Component\Intl\Currency::getNumericCode()}.
forNumericCode($numericCode)
Data provider for {@link \Symfony\Component\Intl\Currency::forNumericCode()}.
Please login to continue.