PHP Class Horde_Kolab_Server_Search_Operation_Guidforuidormail, horde

Copyright 2008-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.
Inheritance: implements Horde_Kolab_Server_Search_Operation_Interface
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Kolab_Server_Structure_Interface $structure ) Constructor
getStructure ( ) : Horde_Kolab_Server_Structure_Interface Return the reference to the server structure.
searchGuidForUidOrMail ( string $id ) : array Return all KolabInetOrgPersons with the given uid or mail address.

Method Details

__construct() public method

Constructor
public __construct ( Horde_Kolab_Server_Structure_Interface $structure )
$structure Horde_Kolab_Server_Structure_Interface A link to the server structure.

getStructure() public method

Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface
return Horde_Kolab_Server_Structure_Interface

searchGuidForUidOrMail() public method

Return all KolabInetOrgPersons with the given uid or mail address.
public searchGuidForUidOrMail ( string $id ) : array
$id string The uid or mail address to search for.
return array The GUID(s).