ILIAS
Release_4_0_x_branch Revision 61816
|
This class represents a random test input property in a property form. More...
Public Member Functions | |
__construct ($a_count="", $a_qpl="") | |
Constructor. | |
__get ($property) | |
__set ($property, $value) |
Protected Attributes | |
$data = array() |
This class represents a random test input property in a property form.
Definition at line 31 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 41 of file class.ilRandomTestData.php.
ilRandomTestData::__get | ( | $property | ) |
Definition at line 46 of file class.ilRandomTestData.php.
ilRandomTestData::__set | ( | $property, | |
$value | |||
) |
Definition at line 63 of file class.ilRandomTestData.php.
|
protected |
Definition at line 33 of file class.ilRandomTestData.php.