File_IMC
[ class tree: File_IMC ] [ index: File_IMC ] [ all elements ]

File: vCard.php

Source Location: /File_IMC-0.3/File/IMC/Build/vCard.php

Classes:

File_IMC_Build_vCard
This class helps build files in the vCard and vCalendar formats.

Page Details:

This class builds a single vCard (version 3.0 or 2.1).

General note: we use the terms "set" "add" and "get" as function prefixes.

"Set" means there is only one iteration of a component, and it has only one value repetition, so you set the whole thing at once.

"Add" means eith multiple iterations of a component are allowed, or that there is only one iteration allowed but there can be multiple value repetitions, so you add iterations or repetitions to the current stack.

"Get" returns the full vCard line for a single iteration.

Includes:

require_once('File/IMC/Build.php') [line 44]
The common builder functions are required

VCARD_ADR_COUNTRY [line 65]

VCARD_ADR_COUNTRY = 6
Part numbers for ADR components

[ Top ]



VCARD_ADR_EXTEND [line 60]

VCARD_ADR_EXTEND = 1
Part numbers for ADR components

[ Top ]



VCARD_ADR_LOCALITY [line 62]

VCARD_ADR_LOCALITY = 3
Part numbers for ADR components

[ Top ]



VCARD_ADR_POB [line 59]

VCARD_ADR_POB =
Part numbers for ADR components

[ Top ]



VCARD_ADR_POSTCODE [line 64]

VCARD_ADR_POSTCODE = 5
Part numbers for ADR components

[ Top ]



VCARD_ADR_REGION [line 63]

VCARD_ADR_REGION = 4
Part numbers for ADR components

[ Top ]



VCARD_ADR_STREET [line 61]

VCARD_ADR_STREET = 2
Part numbers for ADR components

[ Top ]



VCARD_GEO_LAT [line 71]

VCARD_GEO_LAT =
Part numbers for GEO components

[ Top ]



VCARD_GEO_LON [line 72]

VCARD_GEO_LON = 1
Part numbers for GEO components

[ Top ]



VCARD_N_ADDL [line 51]

VCARD_N_ADDL = 2
Part numbers for N components

[ Top ]



VCARD_N_FAMILY [line 49]

VCARD_N_FAMILY =
Part numbers for N components

[ Top ]



VCARD_N_GIVEN [line 50]

VCARD_N_GIVEN = 1
Part numbers for N components

[ Top ]



VCARD_N_PREFIX [line 52]

VCARD_N_PREFIX = 3
Part numbers for N components

[ Top ]



VCARD_N_SUFFIX [line 53]

VCARD_N_SUFFIX = 4
Part numbers for N components

[ Top ]



Documentation generated on Sat, 1 May 2004 00:42:15 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.