| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilTestSettingsChangeConfirmationGUI:
 Collaboration diagram for ilTestSettingsChangeConfirmationGUI:Public Member Functions | |
| __construct (private readonly RequestDataCollector $request_data_collector, protected readonly 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 () | |
Private Member Functions | |
| buildHeaderText () | |
Private Attributes | |
| string | $oldQuestionSetType | 
| string | $newQuestionSetType | 
| bool | $questionLossInfoEnabled | 
Additional Inherited Members | |
  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 = '' | 
Definition at line 29 of file class.ilTestSettingsChangeConfirmationGUI.php.
| ilTestSettingsChangeConfirmationGUI::__construct | ( | private readonly RequestDataCollector | $request_data_collector, | 
| protected readonly ilObjTest | $testOBJ | ||
| ) | 
Definition at line 35 of file class.ilTestSettingsChangeConfirmationGUI.php.
References ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::build | ( | ) | 
Definition at line 90 of file class.ilTestSettingsChangeConfirmationGUI.php.
References buildHeaderText(), and ilConfirmationGUI\setHeaderText().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 75 of file class.ilTestSettingsChangeConfirmationGUI.php.
References getNewQuestionSetType(), getOldQuestionSetType(), 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 57 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
Referenced by buildHeaderText().
 Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::getOldQuestionSetType | ( | ) | 
Definition at line 47 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
Referenced by buildHeaderText().
 Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::isQuestionLossInfoEnabled | ( | ) | 
Definition at line 70 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
Referenced by buildHeaderText().
 Here is the caller graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPost | ( | ) | 
Definition at line 95 of file class.ilTestSettingsChangeConfirmationGUI.php.
References ilConfirmationGUI\addHiddenItem().
 Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::populateParametersFromPropertyForm | ( | ilPropertyFormGUI | $form, | 
| $timezone | |||
| ) | 
Definition at line 112 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $datetime, ilConfirmationGUI\$item, $parts, ilConfirmationGUI\addHiddenItem(), ilPropertyFormGUI\getInputItemsRecursive(), and IL_CAL_DATETIME.
 Here is the call graph for this function:| ilTestSettingsChangeConfirmationGUI::setNewQuestionSetType | ( | string | $newQuestionSetType | ) | 
Definition at line 52 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::setOldQuestionSetType | ( | string | $oldQuestionSetType | ) | 
Definition at line 42 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
| ilTestSettingsChangeConfirmationGUI::setQuestionLossInfoEnabled | ( | bool | $questionLossInfoEnabled | ) | 
| bool | $questionLossInfoEnabled | 
Definition at line 65 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
      
  | 
  private | 
Definition at line 32 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by getNewQuestionSetType(), and setNewQuestionSetType().
      
  | 
  private | 
Definition at line 31 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by getOldQuestionSetType(), and setOldQuestionSetType().
      
  | 
  private | 
Definition at line 33 of file class.ilTestSettingsChangeConfirmationGUI.php.
Referenced by isQuestionLossInfoEnabled(), and setQuestionLossInfoEnabled().