|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilTestPassDeletionConfirmationGUI:
Collaboration diagram for ilTestPassDeletionConfirmationGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng, $parentGUI) | |
| build ($activeId, $pass, $context) | |
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... | |
Data Fields | |
| const | CONTEXT_PASS_OVERVIEW = 'contPassOverview' |
| const | CONTEXT_INFO_SCREEN = 'contInfoScreen' |
| const | CONTEXT_DYN_TEST_PLAYER = 'contDynTestPlayer' |
Protected Attributes | |
| $ctrl | |
| $lng | |
Protected Attributes inherited from ilConfirmationGUI | |
| $lng | |
Definition at line 12 of file class.ilTestPassDeletionConfirmationGUI.php.
| ilTestPassDeletionConfirmationGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng, | ||
| $parentGUI | |||
| ) |
Definition at line 28 of file class.ilTestPassDeletionConfirmationGUI.php.
References $ctrl, $lng, and ilConfirmationGUI\setFormAction().
Here is the call graph for this function:| ilTestPassDeletionConfirmationGUI::build | ( | $activeId, | |
| $pass, | |||
| $context | |||
| ) |
Definition at line 36 of file class.ilTestPassDeletionConfirmationGUI.php.
References $pass, ilConfirmationGUI\addHiddenItem(), CONTEXT_DYN_TEST_PLAYER, CONTEXT_INFO_SCREEN, CONTEXT_PASS_OVERVIEW, ilConfirmationGUI\setCancel(), ilConfirmationGUI\setConfirm(), and ilConfirmationGUI\setHeaderText().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by __construct().
| const ilTestPassDeletionConfirmationGUI::CONTEXT_DYN_TEST_PLAYER = 'contDynTestPlayer' |
Definition at line 16 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by build(), ilTestPlayerDynamicQuestionSetGUI\getPassDeletionTarget(), ilTestEvaluationGUI\redirectToPassDeletionContext(), and ilTestPlayerDynamicQuestionSetGUI\showQuestionSelectionCmd().
| const ilTestPassDeletionConfirmationGUI::CONTEXT_INFO_SCREEN = 'contInfoScreen' |
Definition at line 15 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by build(), ilTestInfoScreenToolbarGUI\populateDeleteDynamicTestResultsButton(), and ilTestEvaluationGUI\redirectToPassDeletionContext().
| const ilTestPassDeletionConfirmationGUI::CONTEXT_PASS_OVERVIEW = 'contPassOverview' |
Definition at line 14 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by build(), ilTestEvaluationGUI\confirmDeletePass(), and ilTestEvaluationGUI\redirectToPassDeletionContext().