[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Data/ -> imc.php (sommaire)

(pas de description)

Poids: 106 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

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 -
vCards and iCalendar data, etc. Provides a number of utility
methods that vCard and iCalendar implementation can share and rely
on.

$Horde: framework/Data/Data/imc.php,v 1.32.10.8 2006/05/09 23:06:09 chuck Exp $

Copyright 1999-2006 Jan Schneider <jan@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

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