Public Member Functions | |
__construct () |
Definition at line 34 of file Product.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 37 of file Product.php.
00038 { 00039 $this->_controller = 'report_review_product'; 00040 $this->_headerText = Mage::helper('reports')->__('Products Reviews'); 00041 parent::__construct(); 00042 $this->_removeButton('add'); 00043 }