ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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.
References $ctrl, $lng, and array.
|
private |
$row |
Definition at line 235 of file class.ilTestQuestionSideListGUI.php.
References getCurrentPresentationMode(), getCurrentSequenceElement(), getTargetGUI(), and ilTestPlayerCommands\SHOW_QUESTION.
Referenced by renderList().
|
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().
ilTestQuestionSideListGUI::getCurrentPresentationMode | ( | ) |
Definition at line 113 of file class.ilTestQuestionSideListGUI.php.
References $currentPresentationMode.
Referenced by buildLink().
ilTestQuestionSideListGUI::getCurrentSequenceElement | ( | ) |
Definition at line 97 of file class.ilTestQuestionSideListGUI.php.
References $currentSequenceElement.
Referenced by buildLink(), and renderList().
ilTestQuestionSideListGUI::getHTML | ( | ) |
Definition at line 224 of file class.ilTestQuestionSideListGUI.php.
References buildPanel(), and renderList().
ilTestQuestionSideListGUI::getQuestionSummaryData | ( | ) |
Definition at line 81 of file class.ilTestQuestionSideListGUI.php.
References $questionSummaryData.
Referenced by renderList().
ilTestQuestionSideListGUI::getTargetGUI | ( | ) |
Definition at line 65 of file class.ilTestQuestionSideListGUI.php.
References $targetGUI.
Referenced by buildLink().
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, $title, $tpl, buildLink(), getCurrentSequenceElement(), ilUtil\getImagePath(), getQuestionSummaryData(), ilUtil\prepareFormOutput(), and ilTestPlayerCommands\SHOW_QUESTION.
Referenced by getHTML().
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().