Protected Member Functions | |
_construct () |
Definition at line 35 of file Tabs.php.
_construct | ( | ) | [protected] |
Internal constructor, that is called from real constructor
Please override this one instead of overriding real __construct constructor
Please override this one instead of overriding real __construct constructor
Reimplemented from Mage_Adminhtml_Block_Widget_Tabs.
Definition at line 37 of file Tabs.php.
00038 { 00039 parent::_construct(); 00040 00041 $this->setId('attributes_update_tabs'); 00042 $this->setDestElementId('attributes_edit_form'); 00043 $this->setTitle(Mage::helper('catalog')->__('Products Information')); 00044 }