Mage_Paypal_Model_Source_StandardAction Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

PayPal Payment Action Dropdown source

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 33 of file StandardAction.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 35 of file StandardAction.php.

00036     {
00037         return array(
00038             array('value' => Mage_Paypal_Model_Standard::PAYMENT_TYPE_AUTH, 'label' => Mage::helper('paypal')->__('Authorization')),
00039             array('value' => Mage_Paypal_Model_Standard::PAYMENT_TYPE_SALE, 'label' => Mage::helper('paypal')->__('Sale')),
00040         );
00041     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:33 2009 for Magento by  doxygen 1.5.8