Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
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);
DContext.php98 public function getNavigator(): GraphNavigatorInterface function in JMS\\Serializer\\Context
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
DBaseTypesHandler.php39 $navigator = $context->getNavigator();
55 $navigator = $context->getNavigator();
/plugin/findologicxmlexport/vendor/jms/serializer/
DUPGRADING.md18 - Removed deprecated method `VisitorInterface::getNavigator`, use `Context::getNavigator` instead
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
DEventFiringWebDriverNavigation.php41 public function getNavigator() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DBaseSerializationTest.php1646 $elements = $context->getNavigator()->accept($data, $type);