Property | Type | Description | |
---|---|---|---|
$_identity | Horde_Prefs_Identity | The identity. | |
$_reply_to | string | The selected identity for replying. |
Method | Description | |
---|---|---|
__construct ( Horde_Prefs_Identity $identity, array $attendees, string $reply_to ) | Constructor. | |
getCommonName ( ) : string | Retrieve the common name of the resource. | |
getFrom ( ) : string | Retrieve the "From" address for this resource. | |
getMailAddress ( ) : string | Retrieve the bare email address of the resource. I.e., addr-spec. | |
getReplyTo ( ) : string | Retrieve the reply-to address for the resource. |
public __construct ( Horde_Prefs_Identity $identity, array $attendees, string $reply_to ) | ||
$identity | Horde_Prefs_Identity | The identity of the invited resource. |
$attendees | array | The attendees of the invitation. |
$reply_to | string | The selected identity for sending the reply. |
public getCommonName ( ) : string | ||
return | string | The common name. |
public getMailAddress ( ) : string | ||
return | string | The mail address. |
public getReplyTo ( ) : string | ||
return | string | The reply-to address. |
protected Horde_Prefs_Identity $_identity | ||
return | Horde_Prefs_Identity |
protected string $_reply_to | ||
return | string |