File: Contact_Vcard_Build.php
Source Location: /Contact_Vcard_Build-1.1.1/Contact_Vcard_Build.php
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('PEAR.php') [line 67]
VCARD_ADR_COUNTRY [line 61]
VCARD_ADR_EXTEND [line 56]
VCARD_ADR_LOCALITY [line 58]
VCARD_ADR_POB [line 55]
VCARD_ADR_POSTCODE [line 60]
VCARD_ADR_REGION [line 59]
VCARD_ADR_STREET [line 57]
VCARD_GEO_LAT [line 64]
VCARD_GEO_LON [line 65]
VCARD_N_ADDL [line 50]
VCARD_N_FAMILY [line 48]
VCARD_N_GIVEN [line 49]
VCARD_N_PREFIX [line 51]
VCARD_N_SUFFIX [line 52]
Documentation generated on Mon, 11 Mar 2019 14:19:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|