|
ILIAS
Release_4_4_x_branch Revision 61816
|
This class represents a random test input property in a property form. More...
Collaboration diagram for ilRandomTestData: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 11 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 21 of file class.ilRandomTestData.php.
| ilRandomTestData::__get | ( | $property | ) |
Definition at line 26 of file class.ilRandomTestData.php.
| ilRandomTestData::__set | ( | $property, | |
| $value | |||
| ) |
Definition at line 43 of file class.ilRandomTestData.php.
|
protected |
Definition at line 13 of file class.ilRandomTestData.php.