ILIAS
release_8 Revision v8.19
|
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 25 of file class.ilTestQuestionSideListGUI.php.
ilTestQuestionSideListGUI::__construct | ( | ilCtrl | $ctrl, |
ilLanguage | $lng | ||
) |
ilCtrl | $ctrl | |
ilLanguage | $lng |
Definition at line 66 of file class.ilTestQuestionSideListGUI.php.
References $ctrl, $lng, ILIAS\Repository\ctrl(), ILIAS\UI\examples\Input\Field\Checkbox\disabled(), and ILIAS\Repository\lng().
|
private |
$row |
Definition at line 242 of file class.ilTestQuestionSideListGUI.php.
References ILIAS\Repository\ctrl(), getCurrentPresentationMode(), getCurrentSequenceElement(), getTargetGUI(), and ilTestPlayerCommands\SHOW_QUESTION.
Referenced by renderList().
|
private |
Definition at line 159 of file class.ilTestQuestionSideListGUI.php.
References $panel, ilPanelGUI\getInstance(), ilPanelGUI\HEADING_STYLE_SUBHEADING, ILIAS\Repository\lng(), and ilPanelGUI\PANEL_STYLE_SECONDARY.
Referenced by getHTML().
ilTestQuestionSideListGUI::getCurrentPresentationMode | ( | ) |
Definition at line 127 of file class.ilTestQuestionSideListGUI.php.
References $currentPresentationMode.
Referenced by buildLink().
ilTestQuestionSideListGUI::getCurrentSequenceElement | ( | ) |
Definition at line 111 of file class.ilTestQuestionSideListGUI.php.
References $currentSequenceElement.
Referenced by buildLink(), and renderList().
ilTestQuestionSideListGUI::getHTML | ( | ) |
Definition at line 231 of file class.ilTestQuestionSideListGUI.php.
References $panel, buildPanel(), and renderList().
ilTestQuestionSideListGUI::getQuestionSummaryData | ( | ) |
Definition at line 95 of file class.ilTestQuestionSideListGUI.php.
References $questionSummaryData.
Referenced by renderList().
ilTestQuestionSideListGUI::getTargetGUI | ( | ) |
Definition at line 79 of file class.ilTestQuestionSideListGUI.php.
References $targetGUI.
Referenced by buildLink().
ilTestQuestionSideListGUI::isDisabled | ( | ) |
Definition at line 143 of file class.ilTestQuestionSideListGUI.php.
References $disabled.
Referenced by renderList().
|
private |
Definition at line 172 of file class.ilTestQuestionSideListGUI.php.
References $tpl, buildLink(), getCurrentSequenceElement(), ilUtil\getImagePath(), getQuestionSummaryData(), isDisabled(), ILIAS\Repository\lng(), ilLegacyFormElementsUtil\prepareFormOutput(), and ilTestPlayerCommands\SHOW_QUESTION.
Referenced by getHTML().
ilTestQuestionSideListGUI::setCurrentPresentationMode | ( | $currentPresentationMode | ) |
string | $currentPresentationMode |
Definition at line 135 of file class.ilTestQuestionSideListGUI.php.
References $currentPresentationMode.
ilTestQuestionSideListGUI::setCurrentSequenceElement | ( | $currentSequenceElement | ) |
int | $currentSequenceElement |
Definition at line 119 of file class.ilTestQuestionSideListGUI.php.
References $currentSequenceElement.
ilTestQuestionSideListGUI::setDisabled | ( | $disabled | ) |
boolean | $disabled |
Definition at line 151 of file class.ilTestQuestionSideListGUI.php.
References $disabled, and ILIAS\UI\examples\Input\Field\Checkbox\disabled().
ilTestQuestionSideListGUI::setQuestionSummaryData | ( | $questionSummaryData | ) |
array | $questionSummaryData |
Definition at line 103 of file class.ilTestQuestionSideListGUI.php.
References $questionSummaryData.
ilTestQuestionSideListGUI::setTargetGUI | ( | $targetGUI | ) |
ilTestPlayerAbstractGUI | $targetGUI |
Definition at line 87 of file class.ilTestQuestionSideListGUI.php.
References $targetGUI.
|
protected |
Definition at line 30 of file class.ilTestQuestionSideListGUI.php.
Referenced by __construct().
|
private |
Definition at line 55 of file class.ilTestQuestionSideListGUI.php.
Referenced by getCurrentPresentationMode(), and setCurrentPresentationMode().
|
private |
Definition at line 50 of file class.ilTestQuestionSideListGUI.php.
Referenced by getCurrentSequenceElement(), and setCurrentSequenceElement().
|
private |
Definition at line 60 of file class.ilTestQuestionSideListGUI.php.
Referenced by isDisabled(), and setDisabled().
|
protected |
Definition at line 35 of file class.ilTestQuestionSideListGUI.php.
Referenced by __construct().
|
private |
Definition at line 45 of file class.ilTestQuestionSideListGUI.php.
Referenced by getQuestionSummaryData(), and setQuestionSummaryData().
|
private |
Definition at line 40 of file class.ilTestQuestionSideListGUI.php.
Referenced by getTargetGUI(), and setTargetGUI().