CurrencyDataProvider
This documentation is for an outdated Matomo version.
Click here if you want to read this article for the latest version.
Click here if you want to read this article for the latest version.
Piwik\Intl\Data\Provider\
CurrencyDataProvider
Provides currency data.
Methods
The class defines the following methods:
getCurrencyList()— Returns the list of all known currency symbols.
getCurrencyList()
Returns the list of all known currency symbols.
Signature
- Returns:
array— An array mapping currency codes to their respective currency symbols and a description, eg,array('USD' => array('$', 'US dollar')).