|
ILIAS
release_8 Revision v8.25
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilRandomTestData:Public Member Functions | |
| __construct ($a_count="", $a_qpl="") | |
| Constructor. More... | |
| __get ($property) | |
| __set ($property, $value) | |
Protected Attributes | |
| $data = array() | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This class represents a random test input property in a property form.
Definition at line 26 of file class.ilRandomTestData.php.
| ilRandomTestData::__construct | ( | $a_count = "", |
|
$a_qpl = "" |
|||
| ) |
Constructor.
| string | $a_count | Question count |
| string | $a_qpl | Questionpool id |
Definition at line 36 of file class.ilRandomTestData.php.
| ilRandomTestData::__get | ( | $property | ) |
Definition at line 41 of file class.ilRandomTestData.php.
Referenced by ilRandomTestDataTest\test__get().
Here is the caller graph for this function:| ilRandomTestData::__set | ( | $property, | |
| $value | |||
| ) |
Definition at line 59 of file class.ilRandomTestData.php.
|
protected |
Definition at line 28 of file class.ilRandomTestData.php.