Home
last modified time | relevance | path

Searched refs:visitCompoundType (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php24 return $this->visitCompoundType($element, $handle, $eldnah);
64 private function visitCompoundType(TreeNode $element, ?int &$handle, ?int $eldnah): array function in JMS\\Serializer\\Type\\TypeVisitor