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_EXTEND [line 60]
VCARD_ADR_LOCALITY [line 62]
VCARD_ADR_POB [line 59]
VCARD_ADR_POSTCODE [line 64]
VCARD_ADR_REGION [line 63]
VCARD_ADR_STREET [line 61]
VCARD_GEO_LAT [line 71]
VCARD_GEO_LON [line 72]
VCARD_N_ADDL [line 51]
VCARD_N_FAMILY [line 49]
VCARD_N_GIVEN [line 50]
VCARD_N_PREFIX [line 52]
VCARD_N_SUFFIX [line 53]
Documentation generated on Sat, 1 May 2004 00:42:15 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|