Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php115 private function getNavigator(int $direction): GraphNavigatorInterface function in JMS\\Serializer\\Serializer
158 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_SERIALIZATION);
176 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_DESERIALIZATION);
193 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_SERIALIZATION);
220 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_DESERIALIZATION);
H A DContext.php98 public function getNavigator(): GraphNavigatorInterface function in JMS\\Serializer\\Context
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php39 $navigator = $context->getNavigator();
55 $navigator = $context->getNavigator();
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md18 - Removed deprecated method `VisitorInterface::getNavigator`, use `Context::getNavigator` instead
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriverNavigation.php41 public function getNavigator() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1646 $elements = $context->getNavigator()->accept($data, $type);