PHP Class 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.
Author: Jan Schneider ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Data_Imc
Show file Open project: horde/horde

Public Methods

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

Method Details

exportData() public method

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.
return string The iCalendar data.