Horde_Itip_Resource_Identity
in package
implements
Horde_Itip_Resource
Horde_Prefs_Identity based information provider for an invited resource.
Tags
Interfaces, Classes, Traits and Enums
- Horde_Itip_Resource
- Provides information about an invited resource.
Table of Contents
- $_identity : Horde_Prefs_Identity
- The identity.
- $_reply_to : string
- The selected identity for replying.
- __construct() : mixed
- 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.
Properties
$_identity
The identity.
protected
Horde_Prefs_Identity
$_identity
$_reply_to
The selected identity for replying.
protected
string
$_reply_to
Methods
__construct()
Constructor.
public
__construct(Horde_Prefs_Identity $identity, array<string|int, mixed> $attendees, string $reply_to) : mixed
Parameters
- $identity : Horde_Prefs_Identity
-
The identity of the invited resource.
- $attendees : array<string|int, mixed>
-
The attendees of the invitation.
- $reply_to : string
-
The selected identity for sending the reply.
Tags
Return values
mixed —getCommonName()
Retrieve the common name of the resource.
public
getCommonName() : string
Return values
string —The common name.
getFrom()
Retrieve the "From" address for this resource.
public
getFrom() : string
Return values
string —The "From" address.
getMailAddress()
Retrieve the bare email address of the resource. I.e., addr-spec.
public
getMailAddress() : string
Return values
string —The mail address.
getReplyTo()
Retrieve the reply-to address for the resource.
public
getReplyTo() : string
Return values
string —The reply-to address.