\Horde_Itip_Resource_Identity

Horde_Prefs_Identity based information provider for an invited resource.

Summary

Methods
Properties
Constants
__construct()
getMailAddress()
getReplyTo()
getCommonName()
getFrom()
No public properties found
No constants found
No protected methods found
$_identity
$_reply_to
N/A
No private methods found
No private properties found
N/A

Properties

$_identity

$_identity : \Horde_Prefs_Identity

The identity.

Type

\Horde_Prefs_Identity

$_reply_to

$_reply_to : string

The selected identity for replying.

Type

string

Methods

__construct()

__construct(\Horde_Prefs_Identity  $identity, array  $attendees, string  $reply_to) 

Constructor.

Parameters

\Horde_Prefs_Identity $identity

The identity of the invited resource.

array $attendees

The attendees of the invitation.

string $reply_to

The selected identity for sending the reply.

getMailAddress()

getMailAddress() : string

Retrieve the bare email address of the resource. I.e., addr-spec.

Returns

string —

The mail address.

getReplyTo()

getReplyTo() : string

Retrieve the reply-to address for the resource.

Returns

string —

The reply-to address.

getCommonName()

getCommonName() : string

Retrieve the common name of the resource.

Returns

string —

The common name.

getFrom()

getFrom() : string

Retrieve the "From" address for this resource.

Returns

string —

The "From" address.