-
Introduction
- Tracking
- Tag Manager
- Reporting HTTP API
- PHP Plugins API
- WordPress
- Database
CurrencyDataProvider
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')).