PHP Class Horde_Itip_Resource_Identity, horde

Inheritance: implements Horde_Itip_Resource
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_identity Horde_Prefs_Identity The identity.
$_reply_to string The selected identity for replying.

Public Methods

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.

Method Details

__construct() public method

Constructor.
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.

getCommonName() public method

Retrieve the common name of the resource.
public getCommonName ( ) : string
return string The common name.

getFrom() public method

Retrieve the "From" address for this resource.
public getFrom ( ) : string
return string The "From" address.

getMailAddress() public method

Retrieve the bare email address of the resource. I.e., addr-spec.
public getMailAddress ( ) : string
return string The mail address.

getReplyTo() public method

Retrieve the reply-to address for the resource.
public getReplyTo ( ) : string
return string The reply-to address.

Property Details

$_identity protected_oe property

The identity.
protected Horde_Prefs_Identity $_identity
return Horde_Prefs_Identity

$_reply_to protected_oe property

The selected identity for replying.
protected string $_reply_to
return string