PHP 클래스 Horde_Itip_Response_Options_Kolab, 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}.
상속: extends Horde_Itip_Response_Options_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.

메소드 상세

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