| 1 | <?php |
||
| 11 | class ResultNormalizer implements NormalizerInterface, TypeAwareInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param Result $result |
||
| 15 | * @param NormalizationContext $normalizationContext |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | public function normalize($result, NormalizationContext $normalizationContext) |
||
| 25 | |||
| 26 | private function mapMetadataFromEntity(Result $result) |
||
| 43 | |||
| 44 | 81 | public function getType(): string |
|
| 48 | } |
||
| 49 |