Class Horde_Icalendar_Vcard
Class representing vCard entries.
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Icalendar
- Horde_Icalendar_Vcard
Package: Icalendar
Category: Horde
License: LGPL 2.1
Author: Karsten Fourmont karsten@horde.org
Located at Horde/Icalendar/Vcard.php
Category: Horde
License: LGPL 2.1
Author: Karsten Fourmont karsten@horde.org
Located at Horde/Icalendar/Vcard.php
public
|
|
public
|
|
public
TODO
|
#
exportvCalendar( )
Unlike vevent and vtodo, a vcard is normally not enclosed in an iCalendar container. (BEGIN..END) |
public
string
|
|
public static
string
|
integer |
N_FAMILY
|
#
0
|
integer |
N_GIVEN
|
#
1
|
integer |
N_ADDL
|
#
2
|
integer |
N_PREFIX
|
#
3
|
integer |
N_SUFFIX
|
#
4
|
integer |
ADR_POB
|
#
0
|
integer |
ADR_EXTEND
|
#
1
|
integer |
ADR_STREET
|
#
2
|
integer |
ADR_LOCALITY
|
#
3
|
integer |
ADR_REGION
|
#
4
|
integer |
ADR_POSTCODE
|
#
5
|
integer |
ADR_COUNTRY
|
#
6
|
integer |
GEO_LAT
|
#
0
|
integer |
GEO_LON
|
#
1
|
public
string
|
$type
The component type of this class. |
#
'vcard'
|