ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilAsqQuestionSolution.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13{
17 public function setSolutionId($solutionId);
18
22 public function getSolutionId() : int;
23
27 public function setQuestionId($questionId);
28
32 public function getQuestionId() : int;
33
37 public function load();
38
42 public function save();
43
47 public function initFromServerRequest(\Psr\Http\Message\ServerRequestInterface $request);
48
52 public function isEmpty() : bool;
53}
An exception for terminatinating execution or to throw for unit testing.
setSolutionId($solutionId)
setQuestionId($questionId)
initFromServerRequest(\Psr\Http\Message\ServerRequestInterface $request)
save()
Saves solution data.
load()
Loads soluton data.