Lines Matching refs:Property
67 * @param Property $property
71 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
167 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
271 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
321 * @param Property\Uri $property The input property.
322 * @return Property\Binary|null
324 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty) {
372 * @param Property $newProperty
376 protected function convertParameters40(Property $newProperty, array $parameters) {
417 * @param Property $newProperty
421 protected function convertParameters30(Property $newProperty, array $parameters) {