Mage_GoogleCheckout_Model_Source_Shipping_Virtual_Method Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 28 of file Method.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 30 of file Method.php.

00031     {
00032         $hlp = Mage::helper('googlecheckout');
00033         return array(
00034             array('value'=>'email', 'label'=>$hlp->__('Email delivery')),
00035             // array('value'=>'key_url', 'label'=>$hlp->__('Key/URL delivery')),
00036             // array('value'=>'description_based', 'label'=>$hlp->__('Description-based delivery')),
00037         );
00038     }


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