Horde_Itip_Response_Options_Base
in package
implements
Horde_Itip_Response_Options
Holds iTip response options.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see LGPL.
Tags
Interfaces, Classes, Traits and Enums
- Horde_Itip_Response_Options
- Holds iTip response options.
Table of Contents
- prepareIcalendar() : null
- Prepare the iCalendar part of the response object.
- prepareIcsMimePart() : null
- Prepare the iCalendar MIME part of the response message.
- prepareMessageMimePart() : null
- Prepare the message MIME part of the response.
Methods
prepareIcalendar()
Prepare the iCalendar part of the response object.
public
prepareIcalendar(Horde_Icalendar $ical) : null
Parameters
- $ical : Horde_Icalendar
-
The iCalendar response object.
Return values
null —prepareIcsMimePart()
Prepare the iCalendar MIME part of the response message.
public
prepareIcsMimePart(Horde_Mime_Part $ics) : null
Parameters
- $ics : Horde_Mime_Part
-
The iCalendar MIME part of the response message.
Return values
null —prepareMessageMimePart()
Prepare the message MIME part of the response.
public
prepareMessageMimePart(Horde_Mime_Part $message) : null
Parameters
- $message : Horde_Mime_Part
-
The message MIME part of the response.