Lines Matching refs:vcard
76 function write($vcard) { argument
81 fwrite($output, $vcard->serialize() . "\n");
85 while ($vcard = $splitter->getNext()) { variable
90 $fn = isset($vcard->FN) ? (string)$vcard->FN : null;
97 write($vcard);
98 $vcard->destroy();
105 $collectedNames[$fn] = $vcard;
113 foreach ($vcard->children() as $newProp) {
160 …Earlier vcard:\n" . $collectedNames[$fn]->serialize() . "\n\nLater:\n" . $vcard->serialize() . "\n…
162 $vcard->destroy();
170 $vcard->destroy();
175 foreach ($collectedNames as $vcard) {
178 $vcard->PRODID = '-//Sabre//Sabre VObject ' . Version::VERSION . '//EN';
179 write($vcard);