ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\ApacheAuth\UsernameProvider\NullUsername Class Reference
+ 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...
 

Detailed Description

Definition at line 23 of file NullUsername.php.

Member Function Documentation

◆ __toString()

ILIAS\ApacheAuth\UsernameProvider\NullUsername::__toString ( )

Definition at line 35 of file NullUsername.php.

35 : string
36 {
37 return '';
38 }

◆ asString()

ILIAS\ApacheAuth\UsernameProvider\NullUsername::asString ( )

Returns the username as string.

Implements ILIAS\ApacheAuth\UsernameProvider\UsernameInterface.

Definition at line 25 of file NullUsername.php.

25 : string
26 {
27 return '';
28 }

◆ isEmpty()

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.

30 : bool
31 {
32 return true;
33 }

The documentation for this class was generated from the following file: