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

Interface Horde_Itip_Response_Options

Holds iTip response options.

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.

Direct known implementers

Horde_Itip_Response_Options_Base

Indirect known implementers

Horde_Itip_Response_Options_Horde, Horde_Itip_Response_Options_Kolab
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.php
Methods summary
public null
# prepareIcalendar( Horde_Icalendar $ical )

Prepare the iCalendar part of the response object.

Prepare the iCalendar part of the response object.

Parameters

$ical
The iCalendar response object.

Returns

null
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 null
# prepareIcsMimePart( Horde_Mime_Part $ics )

Prepare the iCalendar MIME part of the response message.

Prepare the iCalendar MIME part of the response message.

Parameters

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

Returns

null
public null
# prepareMessageMimePart( Horde_Mime_Part $message )

Prepare the message MIME part of the response.

Prepare the message MIME part of the response.

Parameters

$message
The message MIME part of the response.

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.
API documentation generated by ApiGen