ILIAS  release_8 Revision v8.23
ApacheCustom Class Reference
+ Collaboration diagram for ApacheCustom:

Static Public Member Functions

static getUsername ()
 

Detailed Description

Definition at line 19 of file custom_username_func.php.

Member Function Documentation

◆ getUsername()

static ApacheCustom::getUsername ( )
static

Definition at line 21 of file custom_username_func.php.

Referenced by ilAuthFrontendCredentialsApache\initFromRequest().

21  : string
22  {
23  /*
24  * enter your custom login-name resolve function here
25  *
26  * if you are using the "auto create account" feature
27  * be sure to return a valid username IN ANY CASE
28  */
29  return '';
30  }
+ Here is the caller graph for this function:

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