[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 106 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_Data_imc:: (4 méthodes):
importData()
exportData()
exportFile()
nextStep()
Classe: Horde_Data_imc - X-Ref
Abstract implementation of the Horde_Data:: API for IMC data -importData($text) X-Ref |
Pas de description |
exportData($data, $method = 'REQUEST') X-Ref |
Builds an iCalendar file from a given data structure and returns it as a string. param: array $data An array containing Horde_iCalendar_vevent param: string $method The iTip method to use. return: string The iCalendar data. |
exportFile($filename, $data) X-Ref |
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. param: string $filename The name of the file to be downloaded. param: array $data An array containing Horde_iCalendar_vevents |
nextStep($action, $param = array() X-Ref |
Takes all necessary actions for the given import step, parameters and form values and returns the next necessary step. param: integer $action The current step. One of the IMPORT_* constants. param: array $param An associative array containing needed return: mixed Either the next step as an integer constant or imported |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |