PHP 인터페이스 Horde_Kolab_FreeBusy_Owner, 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 사용 예제들

공개 메소드들

메소드 설명
getMail ( ) : string Return the mail address of the resource owner.
getName ( ) : string Return the name of the resource owner.
getOwner ( ) : string Return the original owner parameter.
getPrimaryId ( ) : string Return the primary id of the resource owner.
getRemoteServer ( string $type = '' ) : string Indicates the correct remote server for the resource owner.
isKnown ( ) : boolean Is the user known in the user database?

메소드 상세

getMail() 공개 메소드

Return the mail address of the resource owner.
public getMail ( ) : string
리턴 string The mail address.

getName() 공개 메소드

Return the name of the resource owner.
public getName ( ) : string
리턴 string The name of the owner.

getOwner() 공개 메소드

Return the original owner parameter.
public getOwner ( ) : string
리턴 string The original owner parameter.

getPrimaryId() 공개 메소드

Return the primary id of the resource owner.
public getPrimaryId ( ) : string
리턴 string The primary id.

getRemoteServer() 공개 메소드

Indicates the correct remote server for the resource owner.
public getRemoteServer ( string $type = '' ) : string
$type string The requested resource type.
리턴 string The server name.

isKnown() 공개 메소드

Is the user known in the user database?
public isKnown ( ) : boolean
리턴 boolean True if the user data is present.