示例#1
0
 /**
  * Get currencies
  *
  * @return array
  */
 protected function getCurrencies()
 {
     if (!isset($this->currencies)) {
         $this->currencies = parent::getCurrencies();
     }
     return $this->currencies;
 }