|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilTestPasswordProtectionGUI:Public Member Functions | |
| __construct (private ilCtrlInterface $ctrl, private ilGlobalTemplateInterface $tpl, private ilLanguage $lng, private ilTestPlayerAbstractGUI $parent_gui, private ilTestPasswordChecker $password_checker, private RequestDataCollector $testrequest, private GlobalScreen $global_screen) | |
| executeCommand () | |
Data Fields | |
| const | CMD_SHOW_PASSWORD_FORM = 'showPasswordForm' |
| const | CMD_SAVE_ENTERED_PASSWORD = 'saveEnteredPassword' |
| const | CMD_BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
Protected Member Functions | |
| buildPasswordMsg () | |
| buildPasswordForm () | |
Private Member Functions | |
| showPasswordFormCmd () | |
| saveEnteredPasswordCmd () | |
| backToInfoScreenCmd () | |
| setNextCommandClass (string $next_command_class) | |
| getNextCommandClass () | |
| setNextCommandCmd (string $next_command_cmd) | |
| getNextCommandCmd () | |
Private Attributes | |
| string | $next_command_class |
| string | $next_command_cmd |
Definition at line 32 of file class.ilTestPasswordProtectionGUI.php.
| ilTestPasswordProtectionGUI::__construct | ( | private ilCtrlInterface | $ctrl, |
| private ilGlobalTemplateInterface | $tpl, | ||
| private ilLanguage | $lng, | ||
| private ilTestPlayerAbstractGUI | $parent_gui, | ||
| private ilTestPasswordChecker | $password_checker, | ||
| private RequestDataCollector | $testrequest, | ||
| private GlobalScreen | $global_screen | ||
| ) |
Definition at line 41 of file class.ilTestPasswordProtectionGUI.php.
|
private |
Definition at line 122 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 81 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by showPasswordFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 69 of file class.ilTestPasswordProtectionGUI.php.
References ilUtil\getSystemMessageHTML(), and ILIAS\Repository\lng().
Referenced by showPasswordFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestPasswordProtectionGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl(), setNextCommandClass(), and setNextCommandCmd().
Here is the call graph for this function:
|
private |
Definition at line 132 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_class.
Referenced by saveEnteredPasswordCmd().
Here is the caller graph for this function:
|
private |
Definition at line 142 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_cmd.
Referenced by saveEnteredPasswordCmd().
Here is the caller graph for this function:
|
private |
Definition at line 111 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl(), getNextCommandClass(), and getNextCommandCmd().
Here is the call graph for this function:
|
private |
Definition at line 127 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_class.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 137 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_cmd.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 98 of file class.ilTestPasswordProtectionGUI.php.
References buildPasswordForm(), buildPasswordMsg(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilTestPlayerLayoutProvider\TEST_PLAYER_VIEW_TITLE.
Here is the call graph for this function:
|
private |
Definition at line 38 of file class.ilTestPasswordProtectionGUI.php.
Referenced by getNextCommandClass(), and setNextCommandClass().
|
private |
Definition at line 39 of file class.ilTestPasswordProtectionGUI.php.
Referenced by getNextCommandCmd(), and setNextCommandCmd().
| const ilTestPasswordProtectionGUI::CMD_BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
Definition at line 36 of file class.ilTestPasswordProtectionGUI.php.
| const ilTestPasswordProtectionGUI::CMD_SAVE_ENTERED_PASSWORD = 'saveEnteredPassword' |
Definition at line 35 of file class.ilTestPasswordProtectionGUI.php.
| const ilTestPasswordProtectionGUI::CMD_SHOW_PASSWORD_FORM = 'showPasswordForm' |
Definition at line 34 of file class.ilTestPasswordProtectionGUI.php.