ILIAS  release_8 Revision v8.23
interface.ilAsqQuestionSolution.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
14 {
18  public function setSolutionId($solutionId);
19 
23  public function getSolutionId(): int;
24 
28  public function setQuestionId($questionId);
29 
33  public function getQuestionId(): int;
34 
38  public function load();
39 
43  public function save();
44 
48  public function initFromServerRequest(\Psr\Http\Message\ServerRequestInterface $request);
49 
53  public function isEmpty(): bool;
54 }
setSolutionId($solutionId)
save()
Saves solution data.
setQuestionId($questionId)
initFromServerRequest(\Psr\Http\Message\ServerRequestInterface $request)
load()
Loads soluton data.