Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php61 private $graphNavigators; variable in JMS\\Serializer\\Serializer
64 * @param GraphNavigatorFactoryInterface[] $graphNavigators
70 array $graphNavigators, argument
78 $this->graphNavigators = $graphNavigators;
117 if (!isset($this->graphNavigators[$direction])) {
126 return $this->graphNavigators[$direction]->getGraphNavigator();