Validation - Not complete
This commit is contained in:
parent
fea020504c
commit
4c4d737f9a
4 changed files with 78 additions and 14 deletions
|
|
@ -92,6 +92,16 @@ class Question
|
|||
|
||||
return $qnode;
|
||||
}
|
||||
|
||||
public function isValidated()
|
||||
{
|
||||
$this->validated = true;
|
||||
}
|
||||
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in a new issue