Mage_Sales_Model_Order_Invoice_Total_Grand Class Reference

Inheritance diagram for Mage_Sales_Model_Order_Invoice_Total_Grand:

Mage_Sales_Model_Order_Invoice_Total_Abstract

List of all members.

Public Member Functions

 collect (Mage_Sales_Model_Order_Invoice $invoice)


Detailed Description

Definition at line 28 of file Grand.php.


Member Function Documentation

collect ( Mage_Sales_Model_Order_Invoice invoice  ) 

Check order grand total and invoice amounts

Reimplemented from Mage_Sales_Model_Order_Invoice_Total_Abstract.

Definition at line 30 of file Grand.php.

00031     {
00032         /**
00033          * Check order grand total and invoice amounts
00034          */
00035         if ($invoice->isLast()) {
00036             //
00037         }
00038         return $this;
00039     }


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

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