Mage_Payment_Model_Source_Invoice Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Automatic invoice create source model

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

Definition at line 32 of file Invoice.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 34 of file Invoice.php.

00035     {
00036         return array(
00037             array(
00038                 'value' => Mage_Payment_Model_Method_Abstract::ACTION_AUTHORIZE_CAPTURE,
00039                 'label' => Mage::helper('core')->__('Yes')
00040             ),
00041             array(
00042                 'value' => '',
00043                 'label' => Mage::helper('core')->__('No')
00044             ),
00045         );
00046     }


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

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