Example #1
0
 /**
  * @param array $default
  */
 public function __construct(array $default = array())
 {
     parent::__construct();
     $this->configure();
     $this->setDefaults($default);
     $this->onSuccess[] = $this->formSubmitted;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->configure();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->configure();
     $this->onSuccess[] = $this->formSubmitted;
 }