Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php21 private $initializedHandlers = []; variable in JMS\\Serializer\\Handler\\LazyHandlerRegistry
43 unset($this->initializedHandlers[$direction][$typeName][$format]);
51 if (isset($this->initializedHandlers[$direction][$typeName][$format])) {
52 return $this->initializedHandlers[$direction][$typeName][$format];
64 return $this->initializedHandlers[$direction][$typeName][$format] = $handler;