PHP Класс Horde_Itip_Response_Options_Horde, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see {@link http://www.horde.org/licenses/lgpl21 LGPL}.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Itip_Response_Options_Base
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $charset, array $received_options ) Constructor.
getCharacterSet ( ) : string Get the character set for the response mime parts.
getProductId ( ) : string Get the product ID of the iCalendar object embedded in the MIME response.
prepareResponseMimeHeaders ( Horde_Mime_Headers $headers ) : null Prepare the iCalendar MIME part of the response message.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $charset, array $received_options )
$charset string The MIME character set that should be used.
$received_options array Options for setting the "Received" MIME header.

getCharacterSet() публичный Метод

Get the character set for the response mime parts.
public getCharacterSet ( ) : string
Результат string The character set.

getProductId() публичный Метод

Get the product ID of the iCalendar object embedded in the MIME response.
public getProductId ( ) : string
Результат string The product ID.

prepareResponseMimeHeaders() публичный Метод

Prepare the iCalendar MIME part of the response message.
public prepareResponseMimeHeaders ( Horde_Mime_Headers $headers ) : null
$headers Horde_Mime_Headers
Результат null