Mage_Adminhtml_Block_Catalog_Product_Edit_Action_Attribute_Tabs Class Reference

Inheritance diagram for Mage_Adminhtml_Block_Catalog_Product_Edit_Action_Attribute_Tabs:

Mage_Adminhtml_Block_Widget_Tabs Mage_Adminhtml_Block_Widget Mage_Adminhtml_Block_Template Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 35 of file Tabs.php.


Member Function Documentation

_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     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:22:44 2009 for Magento by  doxygen 1.5.8