|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilTestPassDeletionConfirmationGUI:
Collaboration diagram for ilTestPassDeletionConfirmationGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng, object $parentGUI) | |
| build (int $activeId, int $pass, string $context) | |
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 () | |
Data Fields | |
| const | CONTEXT_PASS_OVERVIEW = 'contPassOverview' |
| const | CONTEXT_INFO_SCREEN = 'contInfoScreen' |
| const | CONTEXT_DYN_TEST_PLAYER = 'contDynTestPlayer' |
Protected Attributes | |
| ilCtrl | $ctrl |
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 27 of file class.ilTestPassDeletionConfirmationGUI.php.
| ilTestPassDeletionConfirmationGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng, | ||
| object | $parentGUI | ||
| ) |
Definition at line 35 of file class.ilTestPassDeletionConfirmationGUI.php.
References $ctrl, ilConfirmationGUI\$lng, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilConfirmationGUI\setFormAction().
Here is the call graph for this function:| ilTestPassDeletionConfirmationGUI::build | ( | int | $activeId, |
| int | $pass, | ||
| string | $context | ||
| ) |
Definition at line 45 of file class.ilTestPassDeletionConfirmationGUI.php.
References $context, ilConfirmationGUI\addHiddenItem(), CONTEXT_DYN_TEST_PLAYER, CONTEXT_INFO_SCREEN, CONTEXT_PASS_OVERVIEW, ILIAS\Repository\lng(), ilConfirmationGUI\setCancel(), ilConfirmationGUI\setConfirm(), and ilConfirmationGUI\setHeaderText().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by __construct().
| const ilTestPassDeletionConfirmationGUI::CONTEXT_DYN_TEST_PLAYER = 'contDynTestPlayer' |
Definition at line 31 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by build(), and ilTestEvaluationGUI\redirectToPassDeletionContext().
| const ilTestPassDeletionConfirmationGUI::CONTEXT_INFO_SCREEN = 'contInfoScreen' |
Definition at line 30 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by build(), and ilTestEvaluationGUI\redirectToPassDeletionContext().
| const ilTestPassDeletionConfirmationGUI::CONTEXT_PASS_OVERVIEW = 'contPassOverview' |
Definition at line 29 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by build(), ilTestEvaluationGUI\confirmDeletePass(), and ilTestEvaluationGUI\redirectToPassDeletionContext().