ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
A password is used as part of credentials for authentication. More...
Public Member Functions | |
__construct ($pass) | |
toString () | |
Get the password-string. More... | |
Private Attributes | |
$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 13 of file Password.php.
ILIAS\Data\Password::__construct | ( | $pass | ) |
ILIAS\Data\Password::toString | ( | ) |
Get the password-string.
Definition at line 34 of file Password.php.
References ILIAS\Data\Password\$pass.
|
private |
Definition at line 19 of file Password.php.
Referenced by ILIAS\Data\Password\__construct(), and ILIAS\Data\Password\toString().