Class Horde_Data_Imc
Abstract implementation of the Horde_Data:: API for IMC data - vCards and iCalendar data, etc. Provides a number of utility methods that vCard and iCalendar implementation can share and rely on.
Copyright 1999-2012 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.
- Horde_Data_Base
- Horde_Data_Imc
public
|
|
public
string
|
#
exportData( array $data, string $method = 'REQUEST' )
Builds an iCalendar file from a given data structure and returns it as a string. |
public
|
#
exportFile( string $filename, array $data )
Builds an iCalendar file from a given data structure and triggers its download. It DOES NOT exit the current script but only outputs the correct headers and data. |
public
mixed
|
__construct(),
cleanup(),
getContentType(),
getFilename(),
getNewline(),
importFile(),
warnings()
|