Public Member Functions | |
__construct () | |
getPaymentInfoHtml () |
Definition at line 35 of file Invoice.php.
__construct | ( | ) |
Constructor
By default is looking for first argument as array and assignes it as object attributes This behaviour may change in child classes
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 38 of file Invoice.php.
00039 { 00040 $this->_controller = 'sales_invoice'; 00041 $this->_headerText = Mage::helper('sales')->__('Invoices'); 00042 parent::__construct(); 00043 $this->_removeButton('add'); 00044 }
getPaymentInfoHtml | ( | ) |
Definition at line 46 of file Invoice.php.
00047 { 00048 return $this->getChildHtml('payment_info'); 00049 }