| 1 | <?php |
||
| 14 | class ResultNormalizer implements NormalizerInterface, TypeAwareInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param Result $result |
||
| 18 | * @param NormalizationContext $normalizationContext |
||
| 19 | * @return array |
||
| 20 | */ |
||
| 21 | 12 | public function normalize($result, NormalizationContext $normalizationContext) |
|
| 28 | |||
| 29 | 12 | private function mapMetadataFromEntity(Result $result) |
|
| 46 | |||
| 47 | 96 | public function getType(): string |
|
| 51 | } |
||
| 52 |