ILIAS
Release_4_4_x_branch Revision 61816
|
Class for error text answers. More...
Public Member Functions | |
__construct ($text_wrong="", $text_correct="", $points=0.0) | |
assAnswerErrorText constructor | |
__get ($value) | |
Object getter. | |
__set ($key, $value) | |
Object setter. |
Protected Attributes | |
$arrData |
Class for error text answers.
Rework class to use members instead of $arrData + magic methods. (This needs some changes in neighbours.)
Definition at line 18 of file class.assAnswerErrorText.php.
assAnswerErrorText::__construct | ( | $text_wrong = "" , |
|
$text_correct = "" , |
|||
$points = 0.0 |
|||
) |
assAnswerErrorText constructor
string | $text_wrong | Wrong text |
string | $text_correct | Correct text |
double | $points | Points |
Definition at line 37 of file class.assAnswerErrorText.php.
assAnswerErrorText::__get | ( | $value | ) |
Object getter.
Definition at line 49 of file class.assAnswerErrorText.php.
assAnswerErrorText::__set | ( | $key, | |
$value | |||
) |
Object setter.
Definition at line 67 of file class.assAnswerErrorText.php.
|
protected |
Definition at line 26 of file class.assAnswerErrorText.php.