|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTIRespcondition:Public Member Functions | |
| setContinue (string $a_continue) | |
| getContinue () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setComment (string $a_comment) | |
| getComment () | |
| setConditionvar (ilQTIConditionvar $a_conditionvar) | |
| getConditionvar () | |
| addSetvar (ilQTISetvar $a_setvar) | |
| addDisplayfeedback (ilQTIDisplayfeedback $a_displayfeedback) | |
Data Fields | |
| const | CONTINUE_YES = "1" |
| const | CONTINUE_NO = "2" |
| string | $continue = null |
| string | $title = null |
| string | $comment = null |
| ilQTIConditionvar | $conditionvar = null |
| array | $setvar = [] |
| array | $displayfeedback = [] |
Definition at line 30 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::addDisplayfeedback | ( | ilQTIDisplayfeedback | $a_displayfeedback | ) |
Definition at line 98 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::addSetvar | ( | ilQTISetvar | $a_setvar | ) |
Definition at line 93 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::getComment | ( | ) |
Definition at line 78 of file class.ilQTIRespcondition.php.
References $comment.
| ilQTIRespcondition::getConditionvar | ( | ) |
Definition at line 88 of file class.ilQTIRespcondition.php.
References $conditionvar.
| ilQTIRespcondition::getContinue | ( | ) |
Definition at line 58 of file class.ilQTIRespcondition.php.
References $continue.
| ilQTIRespcondition::getTitle | ( | ) |
Definition at line 68 of file class.ilQTIRespcondition.php.
References $title.
| ilQTIRespcondition::setComment | ( | string | $a_comment | ) |
Definition at line 73 of file class.ilQTIRespcondition.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Here is the call graph for this function:| ilQTIRespcondition::setConditionvar | ( | ilQTIConditionvar | $a_conditionvar | ) |
Definition at line 83 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::setContinue | ( | string | $a_continue | ) |
Definition at line 44 of file class.ilQTIRespcondition.php.
References CONTINUE_NO, and CONTINUE_YES.
| ilQTIRespcondition::setTitle | ( | string | $a_title | ) |
Definition at line 63 of file class.ilQTIRespcondition.php.
| string ilQTIRespcondition::$comment = null |
Definition at line 37 of file class.ilQTIRespcondition.php.
Referenced by getComment().
| ilQTIConditionvar ilQTIRespcondition::$conditionvar = null |
Definition at line 38 of file class.ilQTIRespcondition.php.
Referenced by getConditionvar().
| string ilQTIRespcondition::$continue = null |
Definition at line 35 of file class.ilQTIRespcondition.php.
Referenced by getContinue().
| array ilQTIRespcondition::$displayfeedback = [] |
Definition at line 42 of file class.ilQTIRespcondition.php.
| array ilQTIRespcondition::$setvar = [] |
Definition at line 40 of file class.ilQTIRespcondition.php.
| string ilQTIRespcondition::$title = null |
Definition at line 36 of file class.ilQTIRespcondition.php.
Referenced by getTitle().
| const ilQTIRespcondition::CONTINUE_NO = "2" |
Definition at line 33 of file class.ilQTIRespcondition.php.
Referenced by ilQTIRespconditionTest\continues(), and setContinue().
| const ilQTIRespcondition::CONTINUE_YES = "1" |
Definition at line 32 of file class.ilQTIRespcondition.php.
Referenced by ilQTIRespconditionTest\continues(), and setContinue().