1 | <?php |
||
19 | class JsonDeserializationVisitorFactory implements FactoryInterface, MutableCreationOptionsInterface |
||
20 | { |
||
21 | use MutableCreationOptionsTrait, NamingStrategyTrait; |
||
22 | |||
23 | /** |
||
24 | * @param ServiceLocatorInterface $serviceLocator |
||
25 | * |
||
26 | * @return JsonDeserializationVisitor |
||
27 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
28 | * @throws \Nnx\JmsSerializerModule\Visitor\Exception\RuntimeException |
||
29 | */ |
||
30 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
36 | } |
||
37 |