File/Data/Data.php

Description
Classes
Class Description
 class Horde_Data Abstract class to handle different kinds of Data formats and to help data exchange between Horde applications and external sources.
Includes
 require_once ('PEAR.php') (line 3)
Constants
EXPORT_CSV = 100 (line 19)

Export generic CSV data.

EXPORT_ICALENDAR = 101 (line 20)

Export iCalendar data.

EXPORT_OUTLOOKCSV = 104 (line 23)

Export Outlook CSV data.

EXPORT_TSV = 103 (line 22)

Export TSV data.

EXPORT_VCARD = 102 (line 21)

Export vCards.

IMPORT_CSV = 3 (line 8)

Import generic CSV data.

IMPORT_DATA = 12 (line 16)

Import data.

IMPORT_DATETIME = 2 (line 7)

Map date and time entries of csv data.

IMPORT_FILE = 11 (line 15)

Import file.

IMPORT_ICALENDAR = 5 (line 10)

Import vCalendar/iCalendar data.

IMPORT_MAPPED = 1 (line 6)

Import already mapped csv data.

IMPORT_MULBERRY = 8 (line 13)

Import Mulberry address book data

IMPORT_OUTLOOK = 4 (line 9)

Import MS Outlook data.

IMPORT_PINE = 9 (line 14)

Import Pine address book data.

IMPORT_TSV = 7 (line 12)

Import generic tsv data.

IMPORT_VCARD = 6 (line 11)

Import vCards.

Documentation generated on Sun, 30 Jan 2011 05:16:23 +0000 by phpDocumentor 1.4.3