Mage_Adminhtml_Model_System_Config_Source_Catalog_TimeFormat Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 27 of file TimeFormat.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 29 of file TimeFormat.php.

00030     {
00031         return array(
00032             array('value' => '12h', 'label' => Mage::helper('adminhtml')->__('12h AM/PM')),
00033             array('value' => '24h', 'label' => Mage::helper('adminhtml')->__('24h')),
00034         );
00035     }


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