[Horde_Data] element index

Package indexes

All elements
c d e f g h i n o s t v w _
_
top
Variable $_contentType
MIME content type.
Variable $_contentType
Variable $_contentType
Variable $_extension
Variable $_extension
File extension.
Variable $_extension
Variable $_iCal
Variable $_warnings
A list of warnings raised during the last operation.
c
top
Method cleanup
Cleans the session data up and removes any uploaded and moved files. If a function called "_cleanup()" exists, this gets called too.
Page csv.php
csv.php in csv.php
d
top
Page Data.php
Data.php in Data.php
Method discoverFormat
Tries to discover the CSV file's parameters.
e
top
Method exportData
Builds a CSV file from a given data structure and returns it as a string.
Method exportData
Builds an iCalendar file from a given data structure and returns it as a string.
Method exportData
Builds a TSV file from a given data structure and returns it as a string.
Method exportData
Exports vcalendar data as a string. Unlike vEvent, vCard data is not enclosed in BEGIN|END:vCalendar.
Method exportData
Exports vcalendar data as a string. Unlike vEvent, vNote data is not enclosed in BEGIN|END:vCalendar.
Method exportData
Builds a CSV file from a given data structure and returns it as a string.
Method exportData
Stub to return exported data.
Method exportFile
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.
Method exportFile
Builds a TSV file from a given data structure and triggers its download.
Method exportFile
Builds a CSV 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.
Method exportFile
Stub to export data to a file.
Constant EXPORT_CSV
EXPORT_CSV in Data.php
Export generic CSV data.
Constant EXPORT_ICALENDAR
EXPORT_ICALENDAR in Data.php
Export iCalendar data.
Constant EXPORT_OUTLOOKCSV
EXPORT_OUTLOOKCSV in Data.php
Export Outlook CSV data.
Constant EXPORT_TSV
EXPORT_TSV in Data.php
Export TSV data.
Constant EXPORT_VCARD
EXPORT_VCARD in Data.php
Export vCards.
f
top
Method factory
Attempts to return a concrete Horde_Data instance based on $format.
g
top
Method getContentType
Returns the content type.
Method getFilename
Returns the full filename including the basename and extension.
Method getNewline
Tries to determine the expected newline character based on the platform information passed by the browser's agent header.
h
top
Class Horde_Data
Horde_Data in Data.php
Abstract class to handle different kinds of Data formats and to help data exchange between Horde applications and external sources.
Class Horde_Data_csv
Horde_Data_csv in csv.php
Horde_Data implementation for comma-separated data (CSV).
Class Horde_Data_icalendar
Horde_Data_icalendar in icalendar.php
This is iCalendar (vCalendar).
Class Horde_Data_imc
Horde_Data_imc in imc.php
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.
Class Horde_Data_outlookcsv
Horde_Data_outlookcsv in outlookcsv.php
Horde_Data implementation for Outlook comma-separated data (CSV).
Class Horde_Data_tsv
Horde_Data_tsv in tsv.php
Horde_Data implementation for tab-separated data (TSV).
Class Horde_Data_vcard
Horde_Data_vcard in vcard.php
Implement the Horde_Data:: API for vCard data.
Class Horde_Data_vnote
Horde_Data_vnote in vnote.php
Implement the Horde_Data:: API for vNote data.
Class Horde_Data_vtodo
Horde_Data_vtodo in vtodo.php
Implement the Horde_Data:: API for vTodo data.
i
top
Page icalendar.php
icalendar.php in icalendar.php
Page imc.php
imc.php in imc.php
Method importData
Stub to import passed data.
Method importData
Convert data file contents to list of data records.
Method importData
Method importFile
Imports and parses a CSV file.
Method importFile
Stub to import a file.
Constant IMPORT_CSV
IMPORT_CSV in Data.php
Import generic CSV data.
Constant IMPORT_DATA
IMPORT_DATA in Data.php
Import data.
Constant IMPORT_DATETIME
IMPORT_DATETIME in Data.php
Map date and time entries of csv data.
Constant IMPORT_FILE
IMPORT_FILE in Data.php
Import file.
Constant IMPORT_ICALENDAR
IMPORT_ICALENDAR in Data.php
Import vCalendar/iCalendar data.
Constant IMPORT_MAPPED
IMPORT_MAPPED in Data.php
Import already mapped csv data.
Constant IMPORT_MULBERRY
IMPORT_MULBERRY in Data.php
Import Mulberry address book data
Constant IMPORT_OUTLOOK
IMPORT_OUTLOOK in Data.php
Import MS Outlook data.
Constant IMPORT_PINE
IMPORT_PINE in Data.php
Import Pine address book data.
Constant IMPORT_TSV
IMPORT_TSV in Data.php
Import generic tsv data.
Constant IMPORT_VCARD
IMPORT_VCARD in Data.php
Import vCards.
n
top
Method nextStep
Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step.
Method nextStep
Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step.
Method nextStep
Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step.
Method nextStep
Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step.
o
top
Page outlookcsv.php
outlookcsv.php in outlookcsv.php
s
top
Method singleton
Attempts to return a reference to a concrete Horde_Data instance based on $format. It will only create a new instance if no Horde_Data instance with the same parameters currently exists.
t
top
Page tsv.php
tsv.php in tsv.php
v
top
Page vcard.php
vcard.php in vcard.php
Page vnote.php
vnote.php in vnote.php
Page vtodo.php
vtodo.php in vtodo.php
w
top
Method warnings
Returns a list of warnings that have been raised during the last operation.
c d e f g h i n o s t v w _