| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(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 |
Horde_iCalendar_vcard:: (5 méthodes):
getType()
parsevCalendar()
exportvCalendar()
printableName()
getBareEmail()
Classe: Horde_iCalendar_vcard - X-Ref
Class representing vCard entries.| 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 |