PHP 클래스 Horde_Itip_Resource_Identity, horde

상속: implements Horde_Itip_Resource
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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