class CurrencyDataProvider
Data provider for currency-related data.
INDEX_SYMBOL | |
INDEX_NAME | |
INDEX_FRACTION_DIGITS | |
INDEX_ROUNDING_INCREMENT |
__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()}. |
Creates a data provider that reads currency-related data from a resource bundle.
string | $path | The path to the resource bundle |
BundleEntryReaderInterface | $reader | The reader for reading the resource bundle |
$currency | ||
$displayLocale |
$currency | ||
$displayLocale |
$displayLocale |
Data provider for {@link \Symfony\Component\Intl\Currency::getFractionDigits()}.
$currency |
Data provider for {@link \Symfony\Component\Intl\Currency::getRoundingIncrement()}.
$currency |
Data provider for {@link \Symfony\Component\Intl\Currency::getNumericCode()}.
$currency |
Data provider for {@link \Symfony\Component\Intl\Currency::forNumericCode()}.
$numericCode |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Intl/Data/Provider/CurrencyDataProvider.html