ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilTemplate $tpl, ilLanguage $lng, ilTestPlayerAbstractGUI $parentGUI, ilTestPasswordChecker $passwordChecker) | |
executeCommand () |
Data Fields | |
const | CMD_SHOW_PASSWORD_FORM = 'showPasswordForm' |
const | CMD_SAVE_ENTERED_PASSWORD = 'saveEnteredPassword' |
const | CMD_BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
Protected Attributes | |
$ctrl | |
$tpl | |
$lng | |
$parentGUI | |
$passwordChecker |
Private Member Functions | |
showPasswordFormCmd () | |
saveEnteredPasswordCmd () | |
backToInfoScreenCmd () | |
setNextCommandClass ($nextCommandClass) | |
getNextCommandClass () | |
setNextCommandCmd ($nextCommandCmd) | |
getNextCommandCmd () |
Private Attributes | |
$nextCommandClass | |
$nextCommandCmd |
Definition at line 13 of file class.ilTestPasswordProtectionGUI.php.
ilTestPasswordProtectionGUI::__construct | ( | ilCtrl | $ctrl, |
ilTemplate | $tpl, | ||
ilLanguage | $lng, | ||
ilTestPlayerAbstractGUI | $parentGUI, | ||
ilTestPasswordChecker | $passwordChecker | ||
) |
Definition at line 54 of file class.ilTestPasswordProtectionGUI.php.
References $ctrl, $lng, $parentGUI, $passwordChecker, and $tpl.
|
private |
Definition at line 114 of file class.ilTestPasswordProtectionGUI.php.
ilTestPasswordProtectionGUI::executeCommand | ( | ) |
Definition at line 63 of file class.ilTestPasswordProtectionGUI.php.
References $_GET, $cmd, setNextCommandClass(), and setNextCommandCmd().
|
private |
Definition at line 124 of file class.ilTestPasswordProtectionGUI.php.
References $nextCommandClass.
Referenced by saveEnteredPasswordCmd().
|
private |
Definition at line 134 of file class.ilTestPasswordProtectionGUI.php.
References $nextCommandCmd.
Referenced by saveEnteredPasswordCmd().
|
private |
Definition at line 102 of file class.ilTestPasswordProtectionGUI.php.
References $_POST, getNextCommandClass(), getNextCommandCmd(), and ilUtil\sendFailure().
|
private |
Definition at line 119 of file class.ilTestPasswordProtectionGUI.php.
References $nextCommandClass.
Referenced by executeCommand().
|
private |
Definition at line 129 of file class.ilTestPasswordProtectionGUI.php.
References $nextCommandCmd.
Referenced by executeCommand().
|
private |
Definition at line 81 of file class.ilTestPasswordProtectionGUI.php.
References ilFormPropertyGUI\setRequired().
|
protected |
Definition at line 22 of file class.ilTestPasswordProtectionGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilTestPasswordProtectionGUI.php.
Referenced by __construct().
|
private |
Definition at line 47 of file class.ilTestPasswordProtectionGUI.php.
Referenced by getNextCommandClass(), and setNextCommandClass().
|
private |
Definition at line 52 of file class.ilTestPasswordProtectionGUI.php.
Referenced by getNextCommandCmd(), and setNextCommandCmd().
|
protected |
Definition at line 37 of file class.ilTestPasswordProtectionGUI.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilTestPasswordProtectionGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilTestPasswordProtectionGUI.php.
Referenced by __construct().
const ilTestPasswordProtectionGUI::CMD_BACK_TO_INFO_SCREEN = 'backToInfoScreen' |
Definition at line 17 of file class.ilTestPasswordProtectionGUI.php.
const ilTestPasswordProtectionGUI::CMD_SAVE_ENTERED_PASSWORD = 'saveEnteredPassword' |
Definition at line 16 of file class.ilTestPasswordProtectionGUI.php.
const ilTestPasswordProtectionGUI::CMD_SHOW_PASSWORD_FORM = 'showPasswordForm' |
Definition at line 15 of file class.ilTestPasswordProtectionGUI.php.