Esempio n. 1
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->_renderer = Varien_Data_Form::getElementRenderer();
 }
Esempio n. 2
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->_allElements = new Varien_Data_Form_Element_Collection($this);
 }