Mage_Adminhtml_Model_System_Config_Source_Paypal_Standardtypes Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 28 of file Standardtypes.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 30 of file Standardtypes.php.

00031     {
00032         return array(
00033             array('value'=>'IPN', 'label'=>Mage::helper('adminhtml')->__('Instant Payment Notification (IPN)')),
00034             //array('value'=>'PDT', 'label'=>Mage::helper('adminhtml')->__('Payment Data Transfer (PDT)')),
00035         );
00036     }


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

Generated on Sat Jul 4 17:23:14 2009 for Magento by  doxygen 1.5.8