PHP Interface Horde_Itip_Resource, horde

显示文件 Open project: horde/horde Interface Usage Examples

Public Methods

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

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.