|
ILIAS
release_8 Revision v8.24
|
A password is used as part of credentials for authentication. More...
Collaboration diagram for ILIAS\Data\Password: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 16 of file Password.php.
| ILIAS\Data\Password::__construct | ( | string | $pass | ) |
Definition at line 20 of file Password.php.
References ILIAS\Data\Password\$pass.
| ILIAS\Data\Password::toString | ( | ) |
Definition at line 25 of file Password.php.
References ILIAS\Data\Password\$pass.
|
private |
Definition at line 18 of file Password.php.
Referenced by ILIAS\Data\Password\__construct(), and ILIAS\Data\Password\toString().