Lines Matching refs:Property
70 * @param Property $property
75 …protected function convertProperty(Component\VCard $input, Component\VCard $output, Property $prop…
101 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
105 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
167 if ($property instanceof Property\Binary) {
171 …} elseif ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEA…
270 * @param Property\Uri $property The input property.
274 * @return Property\Uri
276 …protected function convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array…
326 * @param Property\Uri $property The input property.
328 * @return Property\Binary|null
330 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty) {
378 * @param Property $newProperty
383 protected function convertParameters40(Property $newProperty, array $parameters) {
424 * @param Property $newProperty
429 protected function convertParameters30(Property $newProperty, array $parameters) {