PHP 인터페이스 Horde_Kolab_FreeBusy_User, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
getDomain ( ) : string Return the primary domain of the user accessing the system.
getGroups ( ) : array Return the groups this user is member of.
getPassword ( ) : string Return the password of the user accessing the system.
getPrimaryId ( ) : string Return the primary id of the user accessing the system.
isAuthenticated ( ) : boolean Finds out if a set of login credentials are valid.

메소드 상세

getDomain() 공개 메소드

Return the primary domain of the user accessing the system.
public getDomain ( ) : string
리턴 string The primary domain.

getGroups() 공개 메소드

Return the groups this user is member of.
public getGroups ( ) : array
리턴 array The groups for this user.

getPassword() 공개 메소드

Return the password of the user accessing the system.
public getPassword ( ) : string
리턴 string The password.

getPrimaryId() 공개 메소드

Return the primary id of the user accessing the system.
public getPrimaryId ( ) : string
리턴 string The primary id.

isAuthenticated() 공개 메소드

Finds out if a set of login credentials are valid.
public isAuthenticated ( ) : boolean
리턴 boolean Whether or not the password was correct.