Mage_PaypalUk_Model_Source_PaymentAction Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

PayPalUk Payment Action Dropdown source

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

Definition at line 33 of file PaymentAction.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 35 of file PaymentAction.php.

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


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

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