PHP 클래스 Horde_Kolab_Server_Search_Operation_Addressesforuidormail, horde

상속: extends Horde_Kolab_Server_Search_Operation_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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).