PHP Interface Horde_Itip_Resource, horde

Afficher le fichier Open project: horde/horde Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Retrieve the common name of the resource.
public getCommonName ( ) : string
Résultat string The common name.

getFrom() public méthode

Retrieve the "From" address for this resource.
public getFrom ( ) : string
Résultat string The "From" address.

getMailAddress() public méthode

Retrieve the mail address of the resource.
public getMailAddress ( ) : string
Résultat string The mail address.

getReplyTo() public méthode

Retrieve the reply-to address for the resource.
public getReplyTo ( ) : string
Résultat string The reply-to address.