Horde_Itip_Resource_Base
in package
implements
Horde_Itip_Resource
Simple information provider for an invited resource.
Tags
Interfaces, Classes, Traits and Enums
- Horde_Itip_Resource
- Provides information about an invited resource.
Table of Contents
- $_common_name : string
- The common name.
- $_mail : string
- The mail address.
- __construct() : mixed
- 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.
Properties
$_common_name
The common name.
protected
string
$_common_name
$_mail
The mail address.
protected
string
$_mail
Methods
__construct()
Constructor.
public
__construct(string $mail, string $common_name) : mixed
Parameters
- $mail : string
-
The mail address.
- $common_name : string
-
The common name.
Return values
mixed —getCommonName()
Retrieve the common name of the resource.
public
getCommonName() : string
Return values
string —The common name.
getFrom()
Retrieve the "From" address for this resource.
public
getFrom() : string
Return values
string —The "From" address.
getMailAddress()
Retrieve the mail address of the resource.
public
getMailAddress() : string
Return values
string —The mail address.
getReplyTo()
Retrieve the reply-to address for the resource.
public
getReplyTo() : string
Return values
string —The reply-to address.