Example #1
0
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->removeDecorator('Form');
     $this->removeDecorator('Validator');
     $this->removeElement('Enviar');
 }