array('$', 'US dollar'))`. * @api */ public function getCurrencyList() { if ($this->currencyList === null) { $this->currencyList = require __DIR__ . '/../Resources/currencies.php'; } return $this->currencyList; } }