ILIAS
Release_4_0_x_branch Revision 61816
|
Class for matching question terms. More...
Public Member Functions | |
__construct ($text="", $picture="", $identifier="") | |
assAnswerMatchingTerm constructor | |
__get ($value) | |
Object getter. | |
__set ($key, $value) | |
Object setter. |
Protected Attributes | |
$arrData |
Class for matching question terms.
Definition at line 31 of file class.assAnswerMatchingTerm.php.
assAnswerMatchingTerm::__construct | ( | $text = "" , |
|
$picture = "" , |
|||
$identifier = "" |
|||
) |
assAnswerMatchingTerm constructor
string | $text | Definition text |
string | $picture | Definition picture |
integer | $identifier | Random number identifier |
Definition at line 42 of file class.assAnswerMatchingTerm.php.
assAnswerMatchingTerm::__get | ( | $value | ) |
Object getter.
Definition at line 59 of file class.assAnswerMatchingTerm.php.
assAnswerMatchingTerm::__set | ( | $key, | |
$value | |||
) |
|
protected |
Definition at line 33 of file class.assAnswerMatchingTerm.php.