Mage_Adminhtml_Model_System_Config_Source_Notification_Frequency Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 35 of file Frequency.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 37 of file Frequency.php.

00038     {
00039         return array(
00040             1   => Mage::helper('adminhtml')->__('1 Hour'),
00041             2   => Mage::helper('adminhtml')->__('2 Hours'),
00042             6   => Mage::helper('adminhtml')->__('6 Hours'),
00043             12  => Mage::helper('adminhtml')->__('12 Hours'),
00044             24  => Mage::helper('adminhtml')->__('24 Hours')
00045         );
00046     }


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