Mage_Sales_Model_Mysql4_Quote_Address_Attribute_Frontend_Grand Class Reference

Inheritance diagram for Mage_Sales_Model_Mysql4_Quote_Address_Attribute_Frontend_Grand:

Mage_Sales_Model_Mysql4_Quote_Address_Attribute_Frontend Mage_Eav_Model_Entity_Attribute_Frontend_Abstract Mage_Eav_Model_Entity_Attribute_Frontend_Interface

List of all members.

Public Member Functions

 fetchTotals (Mage_Sales_Model_Quote_Address $address)


Detailed Description

Definition at line 28 of file Grand.php.


Member Function Documentation

fetchTotals ( Mage_Sales_Model_Quote_Address address  ) 

Reimplemented from Mage_Sales_Model_Mysql4_Quote_Address_Attribute_Frontend.

Definition at line 31 of file Grand.php.

00032     {
00033         $address->addTotal(array(
00034             'code'=>'grand_total',
00035             'title'=>Mage::helper('sales')->__('Grand Total'),
00036             'value'=>$address->getGrandTotal(),
00037             'area'=>'footer',
00038         ));
00039         return $this;
00040     }


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

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