|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
A password is used as part of credentials for authentication. More...
Collaboration diagram for ILIAS\Data\Password: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 | ) |
Definition at line 21 of file Password.php.
References ILIAS\Data\Password\$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().