ILIAS  release_7 Revision v7.30-3-g800a261c036
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.

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 }

Referenced by ilAuthFrontendCredentialsApache\initFromRequest().

+ Here is the caller graph for this function:

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