[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/lib/Horde/iCalendar/ -> vcard.php (sommaire)

(pas de description)

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

Définit 1 class

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


Classe: Horde_iCalendar_vcard  - X-Ref

Class representing vCard entries.

$Horde: framework/iCalendar/iCalendar/vcard.php,v 1.3.10.8 2006/05/09 23:08:22 chuck Exp $

Copyright 2003-2006 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.

Horde_iCalendar_vcard($version = '2.1')   X-Ref
Pas de description

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 18:01:28 2007 par Balluche grâce à PHPXref 0.7