validation -> Prevent from multiple validation - Not working
This commit is contained in:
parent
105dadfb2a
commit
07395d9cce
3 changed files with 39 additions and 10 deletions
|
|
@ -111,6 +111,11 @@ class Question
|
|||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function isValidated()
|
||||
{
|
||||
return $this->validated;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in a new issue