Mage_Adminhtml_Model_System_Config_Source_Locale_Currency_All Class Reference

List of all members.

Public Member Functions

 toOptionArray ($isMultiselect)

Protected Attributes

 $_options


Detailed Description

Definition at line 27 of file All.php.


Member Function Documentation

toOptionArray ( isMultiselect  ) 

Definition at line 31 of file All.php.

00032     {
00033         if (!$this->_options) {
00034             $this->_options = Mage::app()->getLocale()->getOptionAllCurrencies();
00035         }
00036         $options = $this->_options;
00037         if(!$isMultiselect){
00038             array_unshift($options, array('value'=>'', 'label'=>''));
00039         }
00040 
00041         return $options;
00042     }


Member Data Documentation

$_options [protected]

Definition at line 29 of file All.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