Public Member Functions | |
__construct () |
Definition at line 35 of file Creditmemo.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 Creditmemo.php.
00039 { 00040 $this->_controller = 'sales_creditmemo'; 00041 $this->_headerText = Mage::helper('sales')->__('Credit Memos'); 00042 parent::__construct(); 00043 $this->_removeButton('add'); 00044 }