ILIAS
Release_5_0_x_branch Revision 61816
|
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().
ilTestSettingsChangeConfirmationGUI::build | ( | ) |
Definition at line 117 of file class.ilTestSettingsChangeConfirmationGUI.php.
References buildHeaderText(), and ilConfirmationGUI\setHeaderText().
|
private |
Definition at line 101 of file class.ilTestSettingsChangeConfirmationGUI.php.
References getNewQuestionSetType(), getOldQuestionSetType(), and isQuestionLossInfoEnabled().
Referenced by build().
ilTestSettingsChangeConfirmationGUI::getNewQuestionSetType | ( | ) |
Definition at line 80 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $newQuestionSetType.
Referenced by buildHeaderText().
ilTestSettingsChangeConfirmationGUI::getOldQuestionSetType | ( | ) |
Definition at line 64 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $oldQuestionSetType.
Referenced by buildHeaderText().
ilTestSettingsChangeConfirmationGUI::isQuestionLossInfoEnabled | ( | ) |
Definition at line 96 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $questionLossInfoEnabled.
Referenced by buildHeaderText().
ilTestSettingsChangeConfirmationGUI::populateParametersFromPost | ( | ) |
Definition at line 122 of file class.ilTestSettingsChangeConfirmationGUI.php.
References $_POST, and ilConfirmationGUI\addHiddenItem().
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.
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().