Public Member Functions | |
toOptionArray () |
Definition at line 28 of file Schedule.php.
toOptionArray | ( | ) |
Definition at line 30 of file Schedule.php.
00031 { 00032 $hlp = Mage::helper('googlecheckout'); 00033 return array( 00034 array('value'=>'OPTIMISTIC', 'label'=>$hlp->__('Optimistic')), 00035 array('value'=>'PESSIMISTIC', 'label'=>$hlp->__('Pessimistic')), 00036 ); 00037 }