Public Member Functions | |
toOptionArray ($isMultiselect) | |
Protected Attributes | |
$_options |
Definition at line 28 of file Currency.php.
toOptionArray | ( | $ | isMultiselect | ) |
Definition at line 32 of file Currency.php.
00033 { 00034 if (!$this->_options) { 00035 $this->_options = Mage::app()->getLocale()->getOptionCurrencies(); 00036 } 00037 $options = $this->_options; 00038 return $options; 00039 }
$_options [protected] |
Definition at line 30 of file Currency.php.