ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (ilObjTest $testOBJ) | |
setOldQuestionSetType (string $oldQuestionSetType) | |
getOldQuestionSetType () | |
setNewQuestionSetType (string $newQuestionSetType) | |
getNewQuestionSetType () | |
setQuestionLossInfoEnabled (bool $questionLossInfoEnabled) | |
isQuestionLossInfoEnabled () | |
build () | |
populateParametersFromPost () | |
populateParametersFromPropertyForm (ilPropertyFormGUI $form, $timezone) | |
![]() | |
setFormAction (string $a_form_action) | |
getFormAction () | |
setHeaderText (string $a_headertext) | |
getHeaderText () | |
setFormName (string $a_name) | |
addButton (string $a_txt, string $a_cmd) | |
setCancel (string $a_txt, string $a_cmd, string $a_id='') | |
setConfirm (string $a_txt, string $a_cmd, string $a_id='') | |
addItem (string $a_post_var, string $a_id, string $a_text, string $a_img='', string $a_alt='') | |
addHiddenItem (string $a_post_var, string $a_value) | |
getHTML () | |
Protected Attributes | |
ilObjTest | $testOBJ |
![]() | |
ilLanguage | $lng |
string | $form_action = '' |
string | $headertext = '' |
string | $cancel_txt = '' |
string | $cancel_cmd = '' |
string | $cancel_id = '' |
string | $confirm_txt = '' |
string | $confirm_cmd = '' |
string | $confirm_id = '' |
Private Member Functions | |
buildHeaderText () | |
Private Attributes | |
string | $oldQuestionSetType |
string | $newQuestionSetType |
bool | $questionLossInfoEnabled |
Definition at line 25 of file class.ilTestSettingsChangeConfirmationGUI.php.
ilTestSettingsChangeConfirmationGUI::__construct | ( | ilObjTest | $testOBJ | ) |
Definition at line 32 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $testOBJ, and ILIAS\GlobalScreen\Provider\__construct().
ilTestSettingsChangeConfirmationGUI::build | ( | ) |
Definition at line 87 of file class.ilTestSettingsChangeConfirmationGUI.php.
References buildHeaderText(), and ilConfirmationGUI\setHeaderText().
|
private |
Definition at line 72 of file class.ilTestSettingsChangeConfirmationGUI.php.
References getNewQuestionSetType(), getOldQuestionSetType(), isQuestionLossInfoEnabled(), and ILIAS\Repository\lng().
Referenced by build().
ilTestSettingsChangeConfirmationGUI::getNewQuestionSetType | ( | ) |
Definition at line 54 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
Referenced by buildHeaderText().
ilTestSettingsChangeConfirmationGUI::getOldQuestionSetType | ( | ) |
Definition at line 44 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
Referenced by buildHeaderText().
ilTestSettingsChangeConfirmationGUI::isQuestionLossInfoEnabled | ( | ) |
Definition at line 67 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
Referenced by buildHeaderText().
ilTestSettingsChangeConfirmationGUI::populateParametersFromPost | ( | ) |
Definition at line 92 of file class.ilTestSettingsChangeConfirmationGUI.php.
References ILIAS\LTI\ToolProvider\$key, and ilConfirmationGUI\addHiddenItem().
ilTestSettingsChangeConfirmationGUI::populateParametersFromPropertyForm | ( | ilPropertyFormGUI | $form, |
$timezone | |||
) |
Definition at line 107 of file class.ilTestSettingsChangeConfirmationGUI.php.
References ilConfirmationGUI\$item, ILIAS\LTI\ToolProvider\$key, $parts, $type, ilConfirmationGUI\addHiddenItem(), ilPropertyFormGUI\getInputItemsRecursive(), and IL_CAL_DATETIME.
ilTestSettingsChangeConfirmationGUI::setNewQuestionSetType | ( | string | $newQuestionSetType | ) |
Definition at line 49 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
ilTestSettingsChangeConfirmationGUI::setOldQuestionSetType | ( | string | $oldQuestionSetType | ) |
Definition at line 39 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
ilTestSettingsChangeConfirmationGUI::setQuestionLossInfoEnabled | ( | bool | $questionLossInfoEnabled | ) |
bool | $questionLossInfoEnabled |
Definition at line 62 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
|
private |
Definition at line 29 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by getNewQuestionSetType(), and setNewQuestionSetType().
|
private |
Definition at line 28 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by getOldQuestionSetType(), and setOldQuestionSetType().
|
private |
Definition at line 30 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by isQuestionLossInfoEnabled(), and setQuestionLossInfoEnabled().
|
protected |
Definition at line 27 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by __construct().