ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilGlobalTemplateInterface $pageTemplate, ilLanguage $lng, \ILIAS\UI\Factory $uiFactory) | |
ilAssLacLegendGUI constructor. More... | |
getQuestionOBJ () | |
setQuestionOBJ (iQuestionCondition $questionOBJ) | |
get () | |
Protected Member Functions | |
getTemplate () | |
Protected Attributes | |
$lng | |
$pageTemplate | |
Private Member Functions | |
renderCommonLegendPart (ilTemplate $tpl) | |
renderQuestSpecificLegendPart (ilTemplate $tpl) | |
renderQuestSpecificExamples (ilTemplate $tpl) | |
buildLangVarsByExampleCode (string $questionType, string $exampleCode) | |
renderExample (ilTemplate $tpl, string $langVarE, string $langVarD) | |
getQuestionTypeSpecificExpressions () | |
getCommonElements () | |
getAvailableExpressionTypes () | |
getExpressionTypeExamplesByQuestionType (string $questionType) | |
renderExamples (ilTemplate $tpl, array $examples, string $questionType) | |
Private Attributes | |
$questionOBJ | |
$examplesByQuestionType | |
$uiFactory | |
Definition at line 8 of file class.ilAssLacLegendGUI.php.
ilAssLacLegendGUI::__construct | ( | ilGlobalTemplateInterface | $pageTemplate, |
ilLanguage | $lng, | ||
\ILIAS\UI\Factory | $uiFactory | ||
) |
ilAssLacLegendGUI constructor.
ilGlobalTemplateInterface | $pageTemplate | |
ilLanguage | $lng | |
\ILIAS\UI\Factory | $uiFactory |
Definition at line 43 of file class.ilAssLacLegendGUI.php.
References $lng, $pageTemplate, and $uiFactory.
|
private |
string | $questionType | |
string | $exampleCode |
Definition at line 168 of file class.ilAssLacLegendGUI.php.
Referenced by renderExamples().
ilAssLacLegendGUI::get | ( | ) |
Definition at line 73 of file class.ilAssLacLegendGUI.php.
References $tpl, getTemplate(), renderCommonLegendPart(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
|
private |
Definition at line 224 of file class.ilAssLacLegendGUI.php.
References iQuestionCondition\EmptyAnswerExpression, iQuestionCondition\ExclusiveResultExpression, iQuestionCondition\MatchingResultExpression, iQuestionCondition\NumberOfResultExpression, iQuestionCondition\NumericResultExpression, iQuestionCondition\OrderingResultExpression, iQuestionCondition\PercentageResultExpression, and iQuestionCondition\StringResultExpression.
Referenced by getQuestionTypeSpecificExpressions().
|
private |
Definition at line 207 of file class.ilAssLacLegendGUI.php.
Referenced by renderCommonLegendPart().
|
private |
string$questionType |
Definition at line 242 of file class.ilAssLacLegendGUI.php.
Referenced by renderQuestSpecificExamples().
ilAssLacLegendGUI::getQuestionOBJ | ( | ) |
Definition at line 57 of file class.ilAssLacLegendGUI.php.
References $questionOBJ.
Referenced by getQuestionTypeSpecificExpressions(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
|
private |
Definition at line 191 of file class.ilAssLacLegendGUI.php.
References getAvailableExpressionTypes(), and getQuestionOBJ().
Referenced by renderQuestSpecificLegendPart().
|
protected |
ilTemplateException |
Definition at line 95 of file class.ilAssLacLegendGUI.php.
Referenced by get().
|
private |
ilTemplate | $tpl |
Definition at line 108 of file class.ilAssLacLegendGUI.php.
References $tpl, and getCommonElements().
Referenced by get().
|
private |
ilTemplate | $tpl | |
string | $langVarE | |
string | $langVarD |
Definition at line 180 of file class.ilAssLacLegendGUI.php.
References $tpl.
Referenced by renderExamples().
|
private |
ilTemplate | $tpl | |
string[] | $examples | |
string | $questionType |
Definition at line 256 of file class.ilAssLacLegendGUI.php.
References buildLangVarsByExampleCode(), and renderExample().
Referenced by renderQuestSpecificExamples().
|
private |
ilTemplate | $tpl |
Definition at line 146 of file class.ilAssLacLegendGUI.php.
References $tpl, getExpressionTypeExamplesByQuestionType(), getQuestionOBJ(), and renderExamples().
Referenced by get().
|
private |
ilTemplate | $tpl |
Definition at line 126 of file class.ilAssLacLegendGUI.php.
References $tpl, getQuestionOBJ(), and getQuestionTypeSpecificExpressions().
Referenced by get().
ilAssLacLegendGUI::setQuestionOBJ | ( | iQuestionCondition | $questionOBJ | ) |
iQuestionCondition | $questionOBJ |
Definition at line 65 of file class.ilAssLacLegendGUI.php.
References $questionOBJ.
|
private |
Definition at line 17 of file class.ilAssLacLegendGUI.php.
|
protected |
Definition at line 11 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().
|
protected |
Definition at line 13 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().
|
private |
Definition at line 15 of file class.ilAssLacLegendGUI.php.
Referenced by getQuestionOBJ(), and setQuestionOBJ().
|
private |
Definition at line 35 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().