| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilTestSettingsChangeConfirmationGUI:
 Inheritance diagram for ilTestSettingsChangeConfirmationGUI: Collaboration 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. | |
| setFormAction ($a_form_action) | |
| getFormAction () | |
| setHeaderText ($a_headertext) | |
| Set Set header text. | |
| getHeaderText () | |
| Get Set header text. | |
| addButton ($a_txt, $a_cmd) | |
| Set cancel button command and text. | |
| setCancel ($a_txt, $a_cmd) | |
| Set cancel button command and text. | |
| setConfirm ($a_txt, $a_cmd) | |
| Set confirmation button command and text. | |
| addItem ($a_post_var, $a_id, $a_text, $a_img="", $a_alt="") | |
| Add row item. | |
| addHiddenItem ($a_post_var, $a_value) | |
| Add hidden item. | |
| getHTML () | |
| Get confirmation screen HTML. | |
| setFormName ($a_name) | |
| Set form name. | |
| Protected Attributes | |
| $lng | |
| $testOBJ | |
| 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.
References $lng, $testOBJ, and ilConfirmationGUI\__construct().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::build | ( | ) | 
Definition at line 117 of file class.ilTestSettingsChangeConfirmationGUI.php.
References buildHeaderText(), and ilConfirmationGUI\setHeaderText().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 101 of file class.ilTestSettingsChangeConfirmationGUI.php.
References getNewQuestionSetType(), getOldQuestionSetType(), and isQuestionLossInfoEnabled().
Referenced by build().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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.
Referenced by buildHeaderText().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::getOldQuestionSetType | ( | ) | 
Definition at line 64 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
Referenced by buildHeaderText().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::isQuestionLossInfoEnabled | ( | ) | 
Definition at line 96 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
Referenced by buildHeaderText().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPost | ( | ) | 
Definition at line 122 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $_POST, and ilConfirmationGUI\addHiddenItem().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPropertyForm | ( | ilPropertyFormGUI | $form, | 
| $timezone | |||
| ) | 
| ilPropertyForm | $form | 
Definition at line 146 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $d, ilConfirmationGUI\$item, ilConfirmationGUI\addHiddenItem(), ilPropertyFormGUI\getInputItemsRecursive(), IL_CAL_DATETIME, IL_CAL_FKT_DATE, and ilDateTimeInputGUI\MODE_SELECT.
 Here is the call graph for this function:
 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().