[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/inc/horde/Horde/iCalendar/ -> vcard.php (sommaire)

(pas de description)

Poids: 130 lignes (4 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 1 fichier
 phpgwapi/inc/horde/Horde/iCalendar.php

Définit 1 class

Horde_iCalendar_vcard:: (5 méthodes):
  getType()
  parsevCalendar()
  exportvCalendar()
  printableName()
  getBareEmail()


Classe: Horde_iCalendar_vcard  - X-Ref

Class representing vCard entries.

$Horde: framework/iCalendar/iCalendar/vcard.php,v 1.2 2004/08/18 03:16:24 chuck Exp $

Copyright 2003-2004 Karsten Fourmont (karsten@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.

getType()   X-Ref
Pas de description

parsevCalendar($data)   X-Ref
Pas de description

exportvCalendar()   X-Ref
Unlike vevent and vtodo, a vcard is normally not enclosed in an
iCalendar container. (BEGIN..END)


printableName()   X-Ref
Returns the contents of the "N" tag as a printable Name:
i.e. converts:

N:Duck;Dagobert;T;Professor;Sen.
to
"Professor Dagobert T Duck Sen"

return: string  Full name of vcard "N" tag

getBareEmail($address)   X-Ref
Static function to make a given email address rfc822 compliant.

param: string $address  An email address.
return: string  The RFC822-formatted email address.



Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7