1 | <?php |
||
19 | class CustomReferencedNormalizer extends CustomNormalizer |
||
20 | { |
||
21 | /** |
||
22 | * @var array |
||
23 | */ |
||
24 | private $references = []; |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function normalize($object, $format = null, array $context = []) |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function supportsNormalization($data, $format = null) |
||
45 | } |
||
46 |