Documentation

Horde_Itip_Response
in package

Handles Itip response data.

Copyright 2002-2017 Horde LLC (http://www.horde.org/) Copyright 2004-2010 Klarälvdalens Datakonsult AB

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

Tags
category

Horde

author

Mike Cochrane mike@graftonhall.co.nz

author

Chuck Hagenbuch chuck@horde.org

author

Steffen Hansen steffen@klaralvdalens-datakonsult.se

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

$_request  : Horde_Itip_Event
The request we are going to answer.
$_resource  : Horde_Itip_Resource
The requested resource.
__construct()  : mixed
Constructor.
getIcalendar()  : Horde_Icalendar
Return the response as an iCalendar object.
getMessage()  : array<string|int, mixed>
Return the response as a MIME message.
getMultiPartMessage()  : array<string|int, mixed>
Return the response as a MIME message.
getRequest()  : Horde_Itip_Event
Return the original request.
getVevent()  : Horde_Icalendar_Vevent
Return the response as an iCalendar vEvent object.
_setIcsFilename()  : mixed

Properties

Methods

getVevent()

Return the response as an iCalendar vEvent object.

public getVevent(Horde_Itip_Response_Type $type[, Horde_Icalendar|bool $vCal = false ]) : Horde_Icalendar_Vevent
Parameters
$type : Horde_Itip_Response_Type

The response type.

$vCal : Horde_Icalendar|bool = false

The parent container or false if not provided.

Return values
Horde_Icalendar_Vevent

The response object.

_setIcsFilename()

protected _setIcsFilename(Horde_Mime_Part &$message) : mixed
Parameters
$message : Horde_Mime_Part
Return values
mixed

Search results