Phpdocumentor update - sed is your friend for these kinds of things ;)
[squirrelmail.git] / class / helper / VCard.class.php
1 <?php
2
3 /**
4 * vCard.class
5 *
6 * Copyright (c) 2003-2004 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * This (will) contain functions needed to vCards.
10 *
11 * http://www.imc.org/pdi/vcard-21.txt
12 *
13 * $Id$
14 * @package squirrelmail
15 */
16
17 /**
18 * Undocumented class
19 * @package squirrelmail
20 */
21 class VCard {
22
23 function create_vcard ($value_array) {
24
25 return $vcard;
26 }
27
28 function parse_vcard ($vcard) {
29
30 return $array;
31 }
32
33 }
34
35 ?>