ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilLanguage $lng) | |
getCancelCmd () | |
setCancelCmd ($cancelCmd) | |
getConfirmCmd () | |
setConfirmCmd ($confirmCmd) | |
build ($isFixedTest) | |
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 | |
$cancelCmd | |
$confirmCmd | |
Protected Attributes inherited from ilConfirmationGUI | |
$lng | |
Private Member Functions | |
buildHeaderText ($isFixedTest) | |
Definition at line 12 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
ilTestAnswerOptionalQuestionsConfirmationGUI::__construct | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Definition at line 32 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $lng.
ilTestAnswerOptionalQuestionsConfirmationGUI::build | ( | $isFixedTest | ) |
Definition at line 72 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References buildHeaderText(), getCancelCmd(), getConfirmCmd(), ilConfirmationGUI\setCancel(), ilConfirmationGUI\setConfirm(), and ilConfirmationGUI\setHeaderText().
|
private |
Definition at line 79 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by build().
ilTestAnswerOptionalQuestionsConfirmationGUI::getCancelCmd | ( | ) |
Definition at line 43 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $cancelCmd.
Referenced by build().
ilTestAnswerOptionalQuestionsConfirmationGUI::getConfirmCmd | ( | ) |
Definition at line 59 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $confirmCmd.
Referenced by build().
ilTestAnswerOptionalQuestionsConfirmationGUI::setCancelCmd | ( | $cancelCmd | ) |
string | $cancelCmd |
Definition at line 51 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $cancelCmd.
ilTestAnswerOptionalQuestionsConfirmationGUI::setConfirmCmd | ( | $confirmCmd | ) |
string | $confirmCmd |
Definition at line 67 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $confirmCmd.
|
protected |
Definition at line 22 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by getCancelCmd(), and setCancelCmd().
|
protected |
Definition at line 27 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by getConfirmCmd(), and setConfirmCmd().
|
protected |
Definition at line 17 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by __construct().