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