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_Response_Options_Horde

Handles iTip response options for Horde iTip responses.

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_Response_Options_Base implements Horde_Itip_Response_Options
Extended by Horde_Itip_Response_Options_Horde
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/Response/Options/Horde.php
Methods summary
public
# __construct( string $charset, array $received_options )

Constructor.

Constructor.

Parameters

$charset
<p>The MIME character set that should be used.</p>
$received_options
<p>Options for setting the "Received" MIME header.</p>
public null
# prepareResponseMimeHeaders( Horde_Mime_Headers $headers )

Prepare the iCalendar MIME part of the response message.

Prepare the iCalendar MIME part of the response message.

Parameters

$headers
<p>$ics The iCalendar MIME part of the response message.</p>

Returns

null
public string
# getCharacterSet( )

Get the character set for the response mime parts.

Get the character set for the response mime parts.

Returns

string
The character set.
public string
# getProductId( )

Get the product ID of the iCalendar object embedded in the MIME response.

Get the product ID of the iCalendar object embedded in the MIME response.

Returns

string
The product ID.
Methods inherited from Horde_Itip_Response_Options_Base
prepareIcalendar(), prepareIcsMimePart(), prepareMessageMimePart()
API documentation generated by ApiGen