PHP Class Horde_Kolab_Server_Search_Operation_Addressesforuidormail, horde

Inheritance: extends Horde_Kolab_Server_Search_Operation_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode 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 méthode

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

searchAddressesForUidOrMail() public méthode

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.
Résultat array The GUID(s).