ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
A password is used as part of credentials for authentication. More...
Public Member Functions | |
__construct (string $pass) | |
toString () | |
Private Attributes | |
string | $pass |
A password is used as part of credentials for authentication.
This is a quite specific kind of data - worth to be protected and not to be confused by mistake.
Definition at line 30 of file Password.php.
ILIAS\Data\Password::__construct | ( | string | $pass | ) |
Definition at line 34 of file Password.php.
References ILIAS\Data\Password\$pass.
ILIAS\Data\Password::toString | ( | ) |
Definition at line 39 of file Password.php.
References ILIAS\Data\Password\$pass.
Referenced by ILIAS\Test\Presentation\TestScreenGUI\getModalLauncherInputs(), and ilLocalUserPasswordSettingsGUI\getPasswordForm().
|
private |
Definition at line 32 of file Password.php.
Referenced by ILIAS\Data\Password\__construct(), and ILIAS\Data\Password\toString().