| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilAssLacLegendGUI:Public Member Functions | |
| __construct (ilGlobalTemplateInterface $pageTemplate, ilLanguage $lng, \ILIAS\UI\Factory $uiFactory) | |
| ilAssLacLegendGUI constructor.  More... | |
| getQuestionOBJ () | |
| setQuestionOBJ (assQuestion $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 23 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 58 of file class.ilAssLacLegendGUI.php.
References $lng, $pageTemplate, $uiFactory, and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  private | 
| string | $questionType | |
| string | $exampleCode | 
Definition at line 180 of file class.ilAssLacLegendGUI.php.
Referenced by renderExamples().
 Here is the caller graph for this function:| ilAssLacLegendGUI::get | ( | ) | 
Definition at line 85 of file class.ilAssLacLegendGUI.php.
References getTemplate(), ILIAS\Repository\lng(), renderCommonLegendPart(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 236 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().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 219 of file class.ilAssLacLegendGUI.php.
References ILIAS\Repository\lng().
Referenced by renderCommonLegendPart().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
| string$questionType | 
Definition at line 254 of file class.ilAssLacLegendGUI.php.
Referenced by renderQuestSpecificExamples().
 Here is the caller graph for this function:| ilAssLacLegendGUI::getQuestionOBJ | ( | ) | 
Definition at line 72 of file class.ilAssLacLegendGUI.php.
References $questionOBJ.
Referenced by getQuestionTypeSpecificExpressions(), renderQuestSpecificExamples(), and renderQuestSpecificLegendPart().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 203 of file class.ilAssLacLegendGUI.php.
References getAvailableExpressionTypes(), and getQuestionOBJ().
Referenced by renderQuestSpecificLegendPart().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
| ilTemplateException | 
Definition at line 107 of file class.ilAssLacLegendGUI.php.
Referenced by get().
 Here is the caller graph for this function:
      
  | 
  private | 
| ilTemplate | $tpl | 
Definition at line 120 of file class.ilAssLacLegendGUI.php.
References getCommonElements(), ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by get().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
| ilTemplate | $tpl | |
| string | $langVarE | |
| string | $langVarD | 
Definition at line 192 of file class.ilAssLacLegendGUI.php.
References ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by renderExamples().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
| ilTemplate | $tpl | |
| string[] | $examples | |
| string | $questionType | 
Definition at line 268 of file class.ilAssLacLegendGUI.php.
References buildLangVarsByExampleCode(), and renderExample().
Referenced by renderQuestSpecificExamples().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
| ilTemplate | $tpl | 
Definition at line 158 of file class.ilAssLacLegendGUI.php.
References getExpressionTypeExamplesByQuestionType(), getQuestionOBJ(), ILIAS\Repository\lng(), renderExamples(), and HTML_Template_IT\setVariable().
Referenced by get().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
| ilTemplate | $tpl | 
Definition at line 138 of file class.ilAssLacLegendGUI.php.
References getQuestionOBJ(), getQuestionTypeSpecificExpressions(), ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by get().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilAssLacLegendGUI::setQuestionOBJ | ( | assQuestion | $questionOBJ | ) | 
      
  | 
  private | 
Definition at line 32 of file class.ilAssLacLegendGUI.php.
      
  | 
  protected | 
Definition at line 26 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 28 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 30 of file class.ilAssLacLegendGUI.php.
Referenced by getQuestionOBJ(), and setQuestionOBJ().
      
  | 
  private | 
Definition at line 50 of file class.ilAssLacLegendGUI.php.
Referenced by __construct().