PHP Класс Horde_Itip_Resource_Identity, horde

Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Itip_Resource
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_identity Horde_Prefs_Identity The identity.
$_reply_to string The selected identity for replying.

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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() публичный Метод

Retrieve the common name of the resource.
public getCommonName ( ) : string
Результат string The common name.

getFrom() публичный Метод

Retrieve the "From" address for this resource.
public getFrom ( ) : string
Результат string The "From" address.

getMailAddress() публичный Метод

Retrieve the bare email address of the resource. I.e., addr-spec.
public getMailAddress ( ) : string
Результат string The mail address.

getReplyTo() публичный Метод

Retrieve the reply-to address for the resource.
public getReplyTo ( ) : string
Результат string The reply-to address.

Описание свойств

$_identity защищенное свойство

The identity.
protected Horde_Prefs_Identity $_identity
Результат Horde_Prefs_Identity

$_reply_to защищенное свойство

The selected identity for replying.
protected string $_reply_to
Результат string