PHP Class Horde_Kolab_Server_Search_Operation_Addressesforuidormail, horde

Inheritance: extends Horde_Kolab_Server_Search_Operation_Base
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

searchAddressesForUidOrMail() public method

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.
return array The GUID(s).