ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
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().
|
protected |
Definition at line 81 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by showPasswordFormCmd().
|
protected |
Definition at line 69 of file class.ilTestPasswordProtectionGUI.php.
References ilUtil\getSystemMessageHTML(), and ILIAS\Repository\lng().
Referenced by showPasswordFormCmd().
ilTestPasswordProtectionGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl(), setNextCommandClass(), and setNextCommandCmd().
|
private |
Definition at line 132 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_class.
Referenced by saveEnteredPasswordCmd().
|
private |
Definition at line 142 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_cmd.
Referenced by saveEnteredPasswordCmd().
|
private |
Definition at line 111 of file class.ilTestPasswordProtectionGUI.php.
References ILIAS\Repository\ctrl(), getNextCommandClass(), and getNextCommandCmd().
|
private |
Definition at line 127 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_class.
Referenced by executeCommand().
|
private |
Definition at line 137 of file class.ilTestPasswordProtectionGUI.php.
References $next_command_cmd.
Referenced by executeCommand().
|
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.
|
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.