PHP 클래스 Horde_Data_Vnote, horde

Copyright 1999-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Jan Schneider ([email protected])
저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Data_Imc
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
exportData ( array $data, string $method = 'REQUEST' ) : string Exports vcalendar data as a string. Unlike vEvent, vNote data is not enclosed in BEGIN|END:vCalendar.

메소드 상세

exportData() 공개 메소드

Exports vcalendar data as a string. Unlike vEvent, vNote data is not enclosed in BEGIN|END:vCalendar.
public exportData ( array $data, string $method = 'REQUEST' ) : string
$data array An array containing Horde_Icalendar_Vnote objects.
$method string The iTip method to use.
리턴 string The iCalendar data.