Mage_Adminhtml_Block_Sales_Order_Totals_Item Class Reference

Inheritance diagram for Mage_Adminhtml_Block_Sales_Order_Totals_Item:

Mage_Adminhtml_Block_Sales_Order_Totals Mage_Adminhtml_Block_Sales_Order_Abstract Mage_Adminhtml_Block_Widget Mage_Adminhtml_Block_Template Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Protected Member Functions

 _beforeToHtml ()


Detailed Description

Definition at line 26 of file Item.php.


Member Function Documentation

_beforeToHtml (  )  [protected]

Retrieve required options from parent

Reimplemented from Mage_Adminhtml_Block_Sales_Order_Totals.

Definition at line 28 of file Item.php.

00029     {
00030         parent::_beforeToHtml();
00031 
00032         $this->setCanDisplayTotalPaid($this->getParentBlock()->getCanDisplayTotalPaid());
00033         $this->setCanDisplayTotalRefunded($this->getParentBlock()->getCanDisplayTotalRefunded());
00034         $this->setCanDisplayTotalDue($this->getParentBlock()->getCanDisplayTotalDue());
00035     }


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

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