| 1 | <?php |
||
| 22 | final class SymfonyUserSignedUpDenormalizer implements DenormalizerInterface |
||
| 23 | { |
||
| 24 | private $nameConverter; |
||
| 25 | |||
| 26 | public function __construct(NameConverterInterface $nameConverter) |
||
| 30 | |||
| 31 | public function denormalize($data, $class, $format = null, array $context = []) : UserSignedUp |
||
| 47 | |||
| 48 | public function supportsDenormalization($data, $type, $format = null) : bool |
||
| 52 | } |
||
| 53 |