示例#1
0
 /**
  * Retrieve list of currencies
  *
  * @return array|null
  */
 protected function _getCurrencyList()
 {
     if ($this->_currencyList === null) {
         $this->_currencyList = $this->_currencyModel->getConfigAllowCurrencies();
     }
     return $this->_currencyList;
 }