|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilTestSettingsChangeConfirmationGUI:
Collaboration diagram for ilTestSettingsChangeConfirmationGUI:Public Member Functions | |
| __construct (ilLanguage $lng, ilObjTest $testOBJ) | |
| setOldQuestionSetType ($oldQuestionSetType) | |
| getOldQuestionSetType () | |
| setNewQuestionSetType ($newQuestionSetType) | |
| getNewQuestionSetType () | |
| setQuestionLossInfoEnabled ($questionLossInfoEnabled) | |
| isQuestionLossInfoEnabled () | |
| build () | |
| populateParametersFromPost () | |
| populateParametersFromPropertyForm (ilPropertyFormGUI $form, $timezone) | |
Public Member Functions inherited from ilConfirmationGUI | |
| __construct () | |
| Constructor. More... | |
| setFormAction ($a_form_action) | |
| getFormAction () | |
| setHeaderText ($a_headertext) | |
| Set Set header text. More... | |
| getHeaderText () | |
| Get Set header text. More... | |
| addButton ($a_txt, $a_cmd) | |
| Set cancel button command and text. More... | |
| setCancel ($a_txt, $a_cmd, $a_id="") | |
| Set cancel button command and text. More... | |
| setConfirm ($a_txt, $a_cmd, $a_id="") | |
| Set confirmation button command and text. More... | |
| addItem ( $a_post_var, $a_id, $a_text, $a_img="", $a_alt="") | |
| Add row item. More... | |
| addHiddenItem ($a_post_var, $a_value) | |
| Add hidden item. More... | |
| getHTML () | |
| Get confirmation screen HTML. More... | |
| setFormName ($a_name) | |
| Set form name. More... | |
Protected Attributes | |
| $lng | |
| $testOBJ | |
Protected Attributes inherited from ilConfirmationGUI | |
| $lng | |
Private Member Functions | |
| buildHeaderText () | |
Private Attributes | |
| $oldQuestionSetType | |
| $newQuestionSetType | |
| $questionLossInfoEnabled | |
Definition at line 14 of file class.ilTestSettingsChangeConfirmationGUI.php.
| ilTestSettingsChangeConfirmationGUI::__construct | ( | ilLanguage | $lng, |
| ilObjTest | $testOBJ | ||
| ) |
| ilLanguage | $lng | |
| ilObjTest | $testOBJ |
Definition at line 45 of file class.ilTestSettingsChangeConfirmationGUI.php.
| ilTestSettingsChangeConfirmationGUI::build | ( | ) |
Definition at line 116 of file class.ilTestSettingsChangeConfirmationGUI.php.
References buildHeaderText(), and ilConfirmationGUI\setHeaderText().
Here is the call graph for this function:
|
private |
Definition at line 101 of file class.ilTestSettingsChangeConfirmationGUI.php.
References isQuestionLossInfoEnabled().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::getNewQuestionSetType | ( | ) |
Definition at line 80 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::getOldQuestionSetType | ( | ) |
Definition at line 64 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::isQuestionLossInfoEnabled | ( | ) |
Definition at line 96 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
Referenced by buildHeaderText().
Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPost | ( | ) |
Definition at line 121 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $_POST, $key, and ilConfirmationGUI\addHiddenItem().
Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPropertyForm | ( | ilPropertyFormGUI | $form, |
| $timezone | |||
| ) |
| ilPropertyForm | $form |
Definition at line 139 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $form, ilConfirmationGUI\$item, $key, $time, $type, ilConfirmationGUI\addHiddenItem(), and IL_CAL_DATETIME.
Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::setNewQuestionSetType | ( | $newQuestionSetType | ) |
| string | $newQuestionSetType |
Definition at line 72 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::setOldQuestionSetType | ( | $oldQuestionSetType | ) |
| string | $oldQuestionSetType |
Definition at line 56 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::setQuestionLossInfoEnabled | ( | $questionLossInfoEnabled | ) |
| boolean | $questionLossInfoEnabled |
Definition at line 88 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
|
protected |
Definition at line 19 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by getNewQuestionSetType(), and setNewQuestionSetType().
|
private |
Definition at line 29 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by getOldQuestionSetType(), and setOldQuestionSetType().
|
private |
Definition at line 39 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by isQuestionLossInfoEnabled(), and setQuestionLossInfoEnabled().
|
protected |
Definition at line 24 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by __construct().