PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_Server_Search_Operation_Interface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

getStructure() публичный Метод

Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface
Результат Horde_Kolab_Server_Structure_Interface

searchGuidForUidOrMail() публичный Метод

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.
Результат array The GUID(s).