| 1 | <?php |
||
| 20 | final class SymfonyFullyQualifiedClassNameConverter implements NameConverterInterface |
||
| 21 | { |
||
| 22 | private $nameConverter; |
||
| 23 | |||
| 24 | public function __construct(NameConverterInterface $nameConverter) |
||
| 28 | |||
| 29 | public function normalize($propertyName) : string |
||
| 40 | |||
| 41 | public function denormalize($propertyName) : string |
||
| 51 | } |
||
| 52 |