\Horde_Itip_Resource_Base

Simple information provider for an invited resource.

Summary

Methods
Properties
Constants
__construct()
getMailAddress()
getReplyTo()
getCommonName()
getFrom()
No public properties found
No constants found
No protected methods found
$_mail
$_common_name
N/A
No private methods found
No private properties found
N/A

Properties

$_mail

$_mail : string

The mail address.

Type

string

$_common_name

$_common_name : string

The common name.

Type

string

Methods

__construct()

__construct(string  $mail, string  $common_name) 

Constructor.

Parameters

string $mail

The mail address.

string $common_name

The common name.

getMailAddress()

getMailAddress() : string

Retrieve the mail address of the resource.

Returns

string —

The mail address.

getReplyTo()

getReplyTo() : string

Retrieve the reply-to address for the resource.

Returns

string —

The reply-to address.

getCommonName()

getCommonName() : string

Retrieve the common name of the resource.

Returns

string —

The common name.

getFrom()

getFrom() : string

Retrieve the "From" address for this resource.

Returns

string —

The "From" address.