Home
last modified time | relevance | path

Searched refs:LazyHandlerRegistry (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryTest.php8 use JMS\Serializer\Handler\LazyHandlerRegistry; alias
23 return new LazyHandlerRegistry($this->container);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php11 final class LazyHandlerRegistry extends HandlerRegistry class