PHP Класс Horde_Kolab_Server_Search_Operation_Addressesforuidormail, horde

Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Server_Search_Operation_Base
Показать файл Открыть проект

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

Метод Описание
__construct ( Horde_Kolab_Server_Composite $composite ) Constructor
searchAddressesForUidOrMail ( string $uid, string $mail ) : array Return the mail addresses of the KolabInetOrgPersons with the given uid or mail address and include all alias and delegate addresses.

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

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

Constructor
public __construct ( Horde_Kolab_Server_Composite $composite )
$composite Horde_Kolab_Server_Composite A link to the composite server handler.

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

Return the mail addresses of the KolabInetOrgPersons with the given uid or mail address and include all alias and delegate addresses.
public searchAddressesForUidOrMail ( string $uid, string $mail ) : array
$uid string The uid to search for.
$mail string The mail address to search for.
Результат array The GUID(s).