Exemple #1
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setType('file');
 }
 /**
  * Constructor helper
  *
  * @return void
  */
 public function _construct()
 {
     parent::_construct();
     $this->setCssClass('element-' . self::CONTROL_TYPE);
 }
Exemple #3
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setNoWrapAsAddon(true);
 }