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