コード例 #1
0
ファイル: PasswordFields.php プロジェクト: pscheit/psc-cms
 public function setFormValue($value)
 {
     // wollen wir das erlauben?
     parent::setFormValue($value);
     //$this->passwordField->setFormValue($value);
     //$this->confirmationField->setFormValue($value);
     return $this;
 }