Mage_Adminhtml_Model_System_Config_Source_Currency Class Reference

List of all members.

Public Member Functions

 toOptionArray ($isMultiselect)

Protected Attributes

 $_options


Detailed Description

Definition at line 28 of file Currency.php.


Member Function Documentation

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     }


Member Data Documentation

$_options [protected]

Definition at line 30 of file Currency.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:14 2009 for Magento by  doxygen 1.5.8