|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\ApacheAuth\UsernameProvider\NullUsername:
Collaboration diagram for ILIAS\ApacheAuth\UsernameProvider\NullUsername:Public Member Functions | |
| 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 NullUsername.php.
| ILIAS\ApacheAuth\UsernameProvider\NullUsername::__toString | ( | ) |
Definition at line 35 of file NullUsername.php.
| ILIAS\ApacheAuth\UsernameProvider\NullUsername::asString | ( | ) |
Returns the username as string.
Implements ILIAS\ApacheAuth\UsernameProvider\UsernameInterface.
Definition at line 25 of file NullUsername.php.
| ILIAS\ApacheAuth\UsernameProvider\NullUsername::isEmpty | ( | ) |
True if this represents an empty (non-real) username.
Implements ILIAS\ApacheAuth\UsernameProvider\UsernameInterface.
Definition at line 30 of file NullUsername.php.