|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilTestSettingsChangeConfirmationGUI:
Collaboration diagram for ilTestSettingsChangeConfirmationGUI:Public Member Functions | |
| __construct (ilObjTest $testOBJ) | |
| setOldQuestionSetType (string $oldQuestionSetType) | |
| getOldQuestionSetType () | |
| setNewQuestionSetType (string $newQuestionSetType) | |
| getNewQuestionSetType () | |
| setQuestionLossInfoEnabled (bool $questionLossInfoEnabled) | |
| isQuestionLossInfoEnabled () | |
| build () | |
| populateParametersFromPost () | |
| populateParametersFromPropertyForm (ilPropertyFormGUI $form, $timezone) | |
Public Member Functions inherited from ilConfirmationGUI | |
| 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 |
Protected Attributes inherited from ilConfirmationGUI | |
| 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().
Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::build | ( | ) |
Definition at line 87 of file class.ilTestSettingsChangeConfirmationGUI.php.
References buildHeaderText(), and ilConfirmationGUI\setHeaderText().
Here is the call graph for this function:
|
private |
Definition at line 72 of file class.ilTestSettingsChangeConfirmationGUI.php.
References isQuestionLossInfoEnabled(), and ILIAS\Repository\lng().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::getNewQuestionSetType | ( | ) |
Definition at line 54 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::getOldQuestionSetType | ( | ) |
Definition at line 44 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::isQuestionLossInfoEnabled | ( | ) |
Definition at line 67 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
Referenced by buildHeaderText().
Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPost | ( | ) |
Definition at line 92 of file class.ilTestSettingsChangeConfirmationGUI.php.
References ILIAS\LTI\ToolProvider\$key, and ilConfirmationGUI\addHiddenItem().
Here is the call graph for this function:| 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(), IL_CAL_DATETIME, and ilDateTime\isNull().
Here is the call graph for this function:| 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().