ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ApacheCustom Class Reference
+ Collaboration diagram for ApacheCustom:

Static Public Member Functions

static getUsername ()
 

Detailed Description

Definition at line 5 of file custom_username_func.php.

Member Function Documentation

◆ getUsername()

static ApacheCustom::getUsername ( )
static
Returns
string

Definition at line 10 of file custom_username_func.php.

Referenced by ilAuthFrontendCredentialsApache\initFromRequest().

10  : string
11  {
12  /*
13  * enter your custom login-name resolve function here
14  *
15  * if you are using the "auto create account" feature
16  * be sure to return a valid username IN ANY CASE
17  */
18  return '';
19  }
+ Here is the caller graph for this function:

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