Mage_GoogleCheckout_Model_Source_Locale Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 28 of file Locale.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 30 of file Locale.php.

00031     {
00032         return array(
00033             array('value'=>'en_US', 'label'=>Mage::helper('googlecheckout')->__('United States')),
00034             array('value'=>'en_GB', 'label'=>Mage::helper('googlecheckout')->__('United Kingdom')),
00035         );
00036     }


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

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