Пример #1
0
 public function setFormValue($value)
 {
     // wollen wir das erlauben?
     parent::setFormValue($value);
     //$this->passwordField->setFormValue($value);
     //$this->confirmationField->setFormValue($value);
     return $this;
 }