/**
  * Initialize Form Element
  *
  * @param array $attributes
  */
 public function _construct($attributes = array())
 {
     parent::_construct($attributes);
     $this->setType('file');
 }
 function _construct()
 {
     parent::_construct();
     $this->params = $this->getParam();
 }
Example #3
0
 /**
  * Initialize Form Element
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setType('file');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mageparts/ddq/catalog/product/form/renderer/opt.phtml');
 }