1 | <?php |
||
22 | final class SymfonyUserSignedUpNormalizer implements NormalizerInterface |
||
23 | { |
||
24 | private $nameConverter; |
||
25 | |||
26 | public function __construct(NameConverterInterface $nameConverter) |
||
30 | |||
31 | public function normalize($object, $format = null, array $context = []) : array |
||
43 | |||
44 | public function supportsNormalization($data, $format = null) : bool |
||
48 | } |
||
49 |