|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\ApacheAuth\UsernameProvider\Username:
Collaboration diagram for ILIAS\ApacheAuth\UsernameProvider\Username:Public Member Functions | |
| __construct (private string $username) | |
| asString () | |
| Returns the username as string. More... | |
| isEmpty () | |
| True if this represents an empty (non-real) username. More... | |
| __toString () | |
| asString () | |
| Returns the username as string. More... | |
| isEmpty () | |
| True if this represents an empty (non-real) username. More... | |
Definition at line 23 of file Username.php.
| ILIAS\ApacheAuth\UsernameProvider\Username::__construct | ( | private string | $username | ) |
Definition at line 25 of file Username.php.
| ILIAS\ApacheAuth\UsernameProvider\Username::__toString | ( | ) |
Definition at line 42 of file Username.php.
Referenced by ILIAS\ApacheAuth\UsernameProvider\Username\asString().
Here is the caller graph for this function:| ILIAS\ApacheAuth\UsernameProvider\Username::asString | ( | ) |
Returns the username as string.
Implements ILIAS\ApacheAuth\UsernameProvider\UsernameInterface.
Definition at line 32 of file Username.php.
References ILIAS\ApacheAuth\UsernameProvider\Username\__toString().
Here is the call graph for this function:| ILIAS\ApacheAuth\UsernameProvider\Username::isEmpty | ( | ) |
True if this represents an empty (non-real) username.
Implements ILIAS\ApacheAuth\UsernameProvider\UsernameInterface.
Definition at line 37 of file Username.php.