PHP Class Ingo, horde

Author: Mike Cochrane ([email protected])
Author: Jan Schneider ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
getDomain ( ) : string Returns the domain name, if any of the user whose rules are currently being edited.
getInitialPage ( ) : Horde_Url Return Ingo's initial page.
getUser ( boolean $full = true ) : string Returns the user whose rules are currently being edited.
hasSharePermission ( $mask = null ) : boolean Check share permissions.
loadBackends ( ) : array Loads the backends.php configuration file.

Method Details

getDomain() public static méthode

Returns the domain name, if any of the user whose rules are currently being edited.
public static getDomain ( ) : string
Résultat string The current user's domain name.

getInitialPage() public static méthode

Return Ingo's initial page.
public static getInitialPage ( ) : Horde_Url
Résultat Horde_Url URL object.

getUser() public static méthode

Returns the user whose rules are currently being edited.
public static getUser ( boolean $full = true ) : string
$full boolean Always return the full user name with realm?
Résultat string The current user.

hasSharePermission() public static méthode

Check share permissions.
public static hasSharePermission ( $mask = null ) : boolean
Résultat boolean True if user has permission.

loadBackends() public static méthode

Loads the backends.php configuration file.
public static loadBackends ( ) : array
Résultat array Configuration data.