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

공개 메소드들

메소드 설명
prepareIcalendar ( Horde_Icalendar $ical ) : null Prepare the iCalendar part of the response object.
prepareIcsMimePart ( Horde_Mime_Part $ics ) : null Prepare the iCalendar MIME part of the response message.
prepareMessageMimePart ( Horde_Mime_Part $message ) : null Prepare the message MIME part of the response.

메소드 상세

prepareIcalendar() 공개 메소드

Prepare the iCalendar part of the response object.
public prepareIcalendar ( Horde_Icalendar $ical ) : null
$ical Horde_Icalendar The iCalendar response object.
리턴 null

prepareIcsMimePart() 공개 메소드

Prepare the iCalendar MIME part of the response message.
public prepareIcsMimePart ( Horde_Mime_Part $ics ) : null
$ics Horde_Mime_Part The iCalendar MIME part of the response message.
리턴 null

prepareMessageMimePart() 공개 메소드

Prepare the message MIME part of the response.
public prepareMessageMimePart ( Horde_Mime_Part $message ) : null
$message Horde_Mime_Part The message MIME part of the response.
리턴 null