Lines Matching refs:targetVersion
30 * @param int $targetVersion
32 public function convert(Component\VCard $input, $targetVersion) { argument
35 if ($inputVersion===$targetVersion) {
42 if (!in_array($targetVersion, array(Document::VCARD30, Document::VCARD40))) {
46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0';
54 $this->convertProperty($input, $output, $property, $targetVersion);
68 * @param int $targetVersion
71 …vertProperty(Component\VCard $input, Component\VCard $output, Property $property, $targetVersion) { argument
95 if ($targetVersion===Document::VCARD30) {
156 } elseif ($targetVersion===Document::VCARD40) {
240 if ($targetVersion===Document::VCARD40) {