Remove unused validate() method
This commit is contained in:
parent
41d5792a48
commit
c4496dd920
2 changed files with 0 additions and 8 deletions
|
@ -18,10 +18,6 @@ class FormField {
|
|||
$this->value=$val;
|
||||
}
|
||||
|
||||
public function validate() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function reset() {
|
||||
$this->value="";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue