|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilTestAnswerOptionalQuestionsConfirmationGUI:
Collaboration diagram for ilTestAnswerOptionalQuestionsConfirmationGUI: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(), ilConfirmationGUI\setCancel(), ilConfirmationGUI\setConfirm(), and ilConfirmationGUI\setHeaderText().
Here is the call graph for this function:
|
private |
Definition at line 79 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
Referenced by build().
Here is the caller graph for this function:| ilTestAnswerOptionalQuestionsConfirmationGUI::getCancelCmd | ( | ) |
Definition at line 43 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $cancelCmd.
| ilTestAnswerOptionalQuestionsConfirmationGUI::getConfirmCmd | ( | ) |
Definition at line 59 of file class.ilTestAnswerOptionalQuestionsConfirmationGUI.php.
References $confirmCmd.
| 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().