Public Member Functions | |
__construct () |
Definition at line 35 of file Rating.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 Rating.php.
00038 { 00039 $this->_controller = 'rating'; 00040 $this->_headerText = Mage::helper('rating')->__('Manage Ratings'); 00041 $this->_addButtonLabel = Mage::helper('rating')->__('Add New Rating'); 00042 parent::__construct(); 00043 }