|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilTestQuestionSideListGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng) | |
| getTargetGUI () | |
| setTargetGUI ($targetGUI) | |
| getQuestionSummaryData () | |
| setQuestionSummaryData ($questionSummaryData) | |
| getCurrentSequenceElement () | |
| setCurrentSequenceElement ($currentSequenceElement) | |
| getCurrentPresentationMode () | |
| setCurrentPresentationMode ($currentPresentationMode) | |
| isDisabled () | |
| setDisabled ($disabled) | |
| getHTML () | |
Protected Attributes | |
| $ctrl | |
| $lng | |
Private Member Functions | |
| buildPanel () | |
| renderList () | |
| buildLink ($sequenceElement) | |
Private Attributes | |
| $targetGUI | |
| $questionSummaryData | |
| $currentSequenceElement | |
| $currentPresentationMode | |
| $disabled | |
Definition at line 11 of file class.ilTestQuestionSideListGUI.php.
| ilTestQuestionSideListGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng | ||
| ) |
| ilCtrl | $ctrl | |
| ilLanguage | $lng |
Definition at line 52 of file class.ilTestQuestionSideListGUI.php.
|
private |
| $row |
Definition at line 225 of file class.ilTestQuestionSideListGUI.php.
References getCurrentPresentationMode(), getCurrentSequenceElement(), getTargetGUI(), and ilTestPlayerCommands\SHOW_QUESTION.
Referenced by renderList().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 145 of file class.ilTestQuestionSideListGUI.php.
References ilPanelGUI\getInstance(), ilPanelGUI\HEADING_STYLE_SUBHEADING, and ilPanelGUI\PANEL_STYLE_SECONDARY.
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionSideListGUI::getCurrentPresentationMode | ( | ) |
Definition at line 113 of file class.ilTestQuestionSideListGUI.php.
References $currentPresentationMode.
Referenced by buildLink().
Here is the caller graph for this function:| ilTestQuestionSideListGUI::getCurrentSequenceElement | ( | ) |
Definition at line 97 of file class.ilTestQuestionSideListGUI.php.
References $currentSequenceElement.
Referenced by buildLink(), and renderList().
Here is the caller graph for this function:| ilTestQuestionSideListGUI::getHTML | ( | ) |
Definition at line 214 of file class.ilTestQuestionSideListGUI.php.
References buildPanel(), and renderList().
Here is the call graph for this function:| ilTestQuestionSideListGUI::getQuestionSummaryData | ( | ) |
Definition at line 81 of file class.ilTestQuestionSideListGUI.php.
References $questionSummaryData.
Referenced by renderList().
Here is the caller graph for this function:| ilTestQuestionSideListGUI::getTargetGUI | ( | ) |
Definition at line 65 of file class.ilTestQuestionSideListGUI.php.
References $targetGUI.
Referenced by buildLink().
Here is the caller graph for this function:| ilTestQuestionSideListGUI::isDisabled | ( | ) |
Definition at line 129 of file class.ilTestQuestionSideListGUI.php.
References $disabled.
|
private |
Definition at line 158 of file class.ilTestQuestionSideListGUI.php.
References $row, $tpl, buildLink(), getCurrentSequenceElement(), getQuestionSummaryData(), ilUtil\prepareFormOutput(), and ilTestPlayerCommands\SHOW_QUESTION.
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionSideListGUI::setCurrentPresentationMode | ( | $currentPresentationMode | ) |
| string | $currentPresentationMode |
Definition at line 121 of file class.ilTestQuestionSideListGUI.php.
References $currentPresentationMode.
| ilTestQuestionSideListGUI::setCurrentSequenceElement | ( | $currentSequenceElement | ) |
| int | $currentSequenceElement |
Definition at line 105 of file class.ilTestQuestionSideListGUI.php.
References $currentSequenceElement.
| ilTestQuestionSideListGUI::setDisabled | ( | $disabled | ) |
| boolean | $disabled |
Definition at line 137 of file class.ilTestQuestionSideListGUI.php.
References $disabled.
| ilTestQuestionSideListGUI::setQuestionSummaryData | ( | $questionSummaryData | ) |
| array | $questionSummaryData |
Definition at line 89 of file class.ilTestQuestionSideListGUI.php.
References $questionSummaryData.
| ilTestQuestionSideListGUI::setTargetGUI | ( | $targetGUI | ) |
| ilTestPlayerAbstractGUI | $targetGUI |
Definition at line 73 of file class.ilTestQuestionSideListGUI.php.
References $targetGUI.
|
protected |
Definition at line 16 of file class.ilTestQuestionSideListGUI.php.
Referenced by __construct().
|
private |
Definition at line 41 of file class.ilTestQuestionSideListGUI.php.
Referenced by getCurrentPresentationMode(), and setCurrentPresentationMode().
|
private |
Definition at line 36 of file class.ilTestQuestionSideListGUI.php.
Referenced by getCurrentSequenceElement(), and setCurrentSequenceElement().
|
private |
Definition at line 46 of file class.ilTestQuestionSideListGUI.php.
Referenced by isDisabled(), and setDisabled().
|
protected |
Definition at line 21 of file class.ilTestQuestionSideListGUI.php.
Referenced by __construct().
|
private |
Definition at line 31 of file class.ilTestQuestionSideListGUI.php.
Referenced by getQuestionSummaryData(), and setQuestionSummaryData().
|
private |
Definition at line 26 of file class.ilTestQuestionSideListGUI.php.
Referenced by getTargetGUI(), and setTargetGUI().