Public Member Functions | |
toOptionArray () |
Definition at line 32 of file Invoice.php.
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 }