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_Base

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.

Horde_Itip_Response_Options_Base implements Horde_Itip_Response_Options

Direct known subclasses

Horde_Itip_Response_Options_Horde, Horde_Itip_Response_Options_Kolab
Abstract
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/Base.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

Implementation of

Horde_Itip_Response_Options::prepareIcalendar()
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

Implementation of

Horde_Itip_Response_Options::prepareIcsMimePart()
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

Implementation of

Horde_Itip_Response_Options::prepareMessageMimePart()
Methods inherited from Horde_Itip_Response_Options
getCharacterSet(), getProductId(), prepareResponseMimeHeaders()
API documentation generated by ApiGen