getReferenceUri(); return $ref; } /** * {@inheritdoc} */ public function supportsNormalization($data, $format = null) : bool { return $data instanceof Reference; } }