public function init()
 {
     $this->setDisableLoadDefaultDecorators(true);
     $this->addDecorator('ViewHelper');
     $this->removeDecorator('DtDdWrapper');
     $this->removeDecorator('HtmlTag');
     $this->removeDecorator('Label');
     parent::init();
 }
예제 #2
0
 /**
  *
  */
 public function init()
 {
     parent::init();
     $this->setRequired(true);
 }