|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class for matching question definitions. More...
Inheritance diagram for assAnswerMatchingDefinition:
Collaboration diagram for assAnswerMatchingDefinition:Additional Inherited Members | |
Public Member Functions inherited from assAnswerMatchingTerm | |
| __construct (string $text="", string $picture="", int $identifier=0) | |
| getText () | |
| withText (string $text) | |
| getPicture () | |
| withPicture (string $picture) | |
| getIdentifier () | |
| withIdentifier (int $identifier) | |
Protected Member Functions inherited from assAnswerMatchingTerm | |
| createIdentifier () | |
Protected Attributes inherited from assAnswerMatchingTerm | |
| string | $text |
| string | $picture |
| int | $identifier |
Class for matching question definitions.
Definition at line 27 of file class.assAnswerMatchingDefinition.php.