Public Member Functions | |
_construct () |
Definition at line 35 of file Select.php.
_construct | ( | ) |
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 38 of file Select.php.
00039 { 00040 $this->setTemplate('bundle/catalog/product/view/type/bundle/option/select.phtml'); 00041 }