| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a random test input property in a property form. More...
 Collaboration diagram for ilRandomTestData:
 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 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.