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