Home
last modified time | relevance | path

Searched refs:GraphNavigatorInterface (Results 26 – 30 of 30) sorted by path

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryTest.php7 use JMS\Serializer\GraphNavigatorInterface; alias
30 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
34 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
38 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
42 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
44 …ializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTIO…
45 …ializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTIO…
46 …ializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTIO…
47 …ializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTIO…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php16 use JMS\Serializer\GraphNavigatorInterface; alias
1235 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, 'Custo…
1504 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
1626 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
1634 GraphNavigatorInterface::DIRECTION_DESERIALIZATION,
H A DGraphNavigatorTest.php15 use JMS\Serializer\GraphNavigatorInterface; alias
176 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
H A DJsonSerializationTest.php11 use JMS\Serializer\GraphNavigatorInterface; alias
179 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
198 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
261 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
H A DXmlSerializationTest.php10 use JMS\Serializer\GraphNavigatorInterface; alias

12