PHP Class Horde_Itip_Resource_Identity, horde

Inheritance: implements Horde_Itip_Resource
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_identity Horde_Prefs_Identity The identity.
$_reply_to string The selected identity for replying.

Méthodes publiques

Méthode 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 méthode

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 méthode

Retrieve the common name of the resource.
public getCommonName ( ) : string
Résultat string The common name.

getFrom() public méthode

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

getMailAddress() public méthode

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

getReplyTo() public méthode

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

Property Details

$_identity protected_oe property

The identity.
protected Horde_Prefs_Identity $_identity
Résultat Horde_Prefs_Identity

$_reply_to protected_oe property

The selected identity for replying.
protected string $_reply_to
Résultat string