1 | <?php |
||
18 | class FolderNormalizer implements NormalizerInterface |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | * |
||
23 | * @param Folder $object |
||
24 | */ |
||
25 | 1 | public function normalize($object, $format = null, array $context = []) |
|
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | 2 | public function supportsNormalization($data, $format = null) |
|
53 | } |
||
54 |