Overview

Packages

  • Itip

Classes

  • Horde_Itip
  • Horde_Itip_Event_Vevent
  • Horde_Itip_Exception
  • Horde_Itip_Resource_Base
  • Horde_Itip_Resource_Identity
  • Horde_Itip_Response
  • Horde_Itip_Response_Options_Base
  • Horde_Itip_Response_Options_Horde
  • Horde_Itip_Response_Options_Kolab
  • Horde_Itip_Response_Type_Accept
  • Horde_Itip_Response_Type_Base
  • Horde_Itip_Response_Type_Decline
  • Horde_Itip_Response_Type_Tentative
  • Horde_Itip_Translation

Interfaces

  • Horde_Itip_Event
  • Horde_Itip_Resource
  • Horde_Itip_Response_Options
  • Horde_Itip_Response_Type
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Itip_Resource_Base

Simple information provider for an invited resource.

Copyright 2010 Kolab Systems AG

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see LGPL.

Horde_Itip_Resource_Base implements Horde_Itip_Resource
Package: Itip
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Itip
Located at Horde/Itip/Resource/Base.php
Methods summary
public
# __construct( string $mail, string $common_name )

Constructor.

Constructor.

Parameters

$mail
The mail address.
$common_name
The common name.
public string
# getMailAddress( )

Retrieve the mail address of the resource.

Retrieve the mail address of the resource.

Returns

string
The mail address.

Implementation of

Horde_Itip_Resource::getMailAddress()
public string
# getReplyTo( )

Retrieve the reply-to address for the resource.

Retrieve the reply-to address for the resource.

Returns

string
The reply-to address.

Implementation of

Horde_Itip_Resource::getReplyTo()
public string
# getCommonName( )

Retrieve the common name of the resource.

Retrieve the common name of the resource.

Returns

string
The common name.

Implementation of

Horde_Itip_Resource::getCommonName()
public string
# getFrom( )

Retrieve the "From" address for this resource.

Retrieve the "From" address for this resource.

Returns

string
The "From" address.

Implementation of

Horde_Itip_Resource::getFrom()
API documentation generated by ApiGen