\Horde_Itip_Response_Options_Horde

Handles iTip response options for Horde iTip responses.

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.

Summary

Methods
Properties
Constants
prepareIcalendar()
prepareIcsMimePart()
prepareMessageMimePart()
__construct()
prepareResponseMimeHeaders()
getCharacterSet()
getProductId()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_charset
$_received_options
N/A

Properties

$_charset

$_charset : string

The MIME character set.

Type

string

$_received_options

$_received_options : array

Options for setting the "Received" MIME header.

Type

array

Methods

prepareIcalendar()

prepareIcalendar(\Horde_Icalendar  $ical) : NULL

Prepare the iCalendar part of the response object.

Parameters

\Horde_Icalendar $ical

The iCalendar response object.

Returns

NULL

prepareIcsMimePart()

prepareIcsMimePart(\Horde_Mime_Part  $ics) : NULL

Prepare the iCalendar MIME part of the response message.

Parameters

\Horde_Mime_Part $ics

The iCalendar MIME part of the response message.

Returns

NULL

prepareMessageMimePart()

prepareMessageMimePart(\Horde_Mime_Part  $message) : NULL

Prepare the message MIME part of the response.

Parameters

\Horde_Mime_Part $message

The message MIME part of the response.

Returns

NULL

__construct()

__construct(string  $charset, array  $received_options) 

Constructor.

Parameters

string $charset

The MIME character set that should be used.

array $received_options

Options for setting the "Received" MIME header.

prepareResponseMimeHeaders()

prepareResponseMimeHeaders(\Horde_Mime_Headers  $headers) : NULL

Prepare the iCalendar MIME part of the response message.

Parameters

\Horde_Mime_Headers $headers

Returns

NULL

getCharacterSet()

getCharacterSet() : string

Get the character set for the response mime parts.

Returns

string —

The character set.

getProductId()

getProductId() : string

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

Returns

string —

The product ID.