PHP Interface 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.
Datei anzeigen Open project: horde/horde Interface Usage Examples

Public Methods

Method Description
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?

Method Details

getMail() public method

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

getName() public method

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

getOwner() public method

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

getPrimaryId() public method

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

getRemoteServer() public method

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

isKnown() public method

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