Protected Member Functions | |
_construct () |
Definition at line 33 of file Attribute.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_Core_Block_Abstract.
Definition at line 35 of file Attribute.php.
00036 { 00037 $this->setTemplate('catalog/product/attribute/set/main/tree/attribute.phtml'); 00038 }