Lines Matching refs:Property
67 * @param Property $property
70 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
97 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
99 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
154 if ($property instanceof Property\Binary) {
156 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
249 * @param Property\Uri $property the input property
253 * @return Property\Uri
255 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
303 * @param Property\Uri $property the input property
305 * @return Property\Binary|null
307 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty)
351 * @param Property $newProperty
354 protected function convertParameters40(Property $newProperty, array $parameters)
390 * @param Property $newProperty
393 protected function convertParameters30(Property $newProperty, array $parameters)