PHP 클래스 Ingo, horde

저자: Mike Cochrane ([email protected])
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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.