Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php35 $metadataStack = $context->getMetadataStack();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php100 $stack = $context->getMetadataStack();
118 $stack = $context->getMetadataStack();
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php224 public function getMetadataStack(): \SplStack function in JMS\\Serializer\\Context