PHP 클래스 Horde_Itip_Resource_Base, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_common_name string The common name.
$_mail string The mail address.

공개 메소드들

메소드 설명
__construct ( string $mail, string $common_name ) Constructor.
getCommonName ( ) : string Retrieve the common name of the resource.
getFrom ( ) : string Retrieve the "From" address for this resource.
getMailAddress ( ) : string Retrieve the mail address of the resource.
getReplyTo ( ) : string Retrieve the reply-to address for the resource.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $mail, string $common_name )
$mail string The mail address.
$common_name string The common name.

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 mail address of the resource.
public getMailAddress ( ) : string
리턴 string The mail address.

getReplyTo() 공개 메소드

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

프로퍼티 상세

$_common_name 보호되어 있는 프로퍼티

The common name.
protected string $_common_name
리턴 string

$_mail 보호되어 있는 프로퍼티

The mail address.
protected string $_mail
리턴 string