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_Identity

Horde_Prefs_Identity based information provider for an invited resource.

Copyright 2010-2012 Horde LLC (http://www.horde.org/)

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

Horde_Itip_Resource_Identity 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/Identity.php
Methods summary
public
# __construct( IMP_Prefs_Identity $identity, array $attendees, string $reply_to )

Constructor.

Constructor.

Parameters

$identity
<p>The IMP identity of the invited resource.</p>
$attendees
The attendees of the invitation.
$reply_to
<p>The selected identity for sending the reply.</p>
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