This class represents a random test input property in a property form.
More...
This class represents a random test input property in a property form.
- Author
- Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
- Version
- $Id$
Definition at line 11 of file class.ilRandomTestData.php.
◆ __construct()
ilRandomTestData::__construct |
( |
|
$a_count = "" , |
|
|
|
$a_qpl = "" |
|
) |
| |
Constructor.
- Parameters
-
string | $a_count | Question count |
string | $a_qpl | Questionpool id |
Definition at line 21 of file class.ilRandomTestData.php.
References array, and data.
23 $this->
data =
array(
'count' => $a_count,
'qpl' => $a_qpl);
Create styles array
The data for the language used.
◆ __get()
ilRandomTestData::__get |
( |
|
$property | ) |
|
◆ __set()
ilRandomTestData::__set |
( |
|
$property, |
|
|
|
$value |
|
) |
| |
◆ $data
ilRandomTestData::$data = array() |
|
protected |
The documentation for this class was generated from the following file: