This commit is contained in:
Ilya Sigunov
2011-10-21 11:45:37 +04:00
parent acb3b8bf27
commit 8aa83f5124
3 changed files with 35 additions and 40 deletions

View File

@ -192,9 +192,4 @@ class NotEmptyForm extends Form
$validator->setMessage('Enter your password.');
$this->addField('password')->addValidator($validator);
}
public function getProp($name)
{
return $this->$name;
}
}