Public Member Functions | |
toOptionArray () |
Definition at line 35 of file Frequency.php.
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 }