PHP Класс Ingo, horde

Автор: Mike Cochrane ([email protected])
Автор: Jan Schneider ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

getDomain() публичный статический Метод

Returns the domain name, if any of the user whose rules are currently being edited.
public static getDomain ( ) : string
Результат string The current user's domain name.

getInitialPage() публичный статический Метод

Return Ingo's initial page.
public static getInitialPage ( ) : Horde_Url
Результат Horde_Url URL object.

getUser() публичный статический Метод

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?
Результат string The current user.

hasSharePermission() публичный статический Метод

Check share permissions.
public static hasSharePermission ( $mask = null ) : boolean
Результат boolean True if user has permission.

loadBackends() публичный статический Метод

Loads the backends.php configuration file.
public static loadBackends ( ) : array
Результат array Configuration data.