PHP Class Horde_Itip_Resource_Base, horde

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

Protected Properties

Property Type Description
$_common_name string The common name.
$_mail string The mail address.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

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 mail address of the resource.
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

$_common_name protected_oe property

The common name.
protected string $_common_name
return string

$_mail protected_oe property

The mail address.
protected string $_mail
return string