Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php21 return $this->isTooDeep($context);
29 return $this->isTooDeep($context);
32 private function isTooDeep(Context $context): bool function in JMS\\Serializer\\Exclusion\\DepthExclusionStrategy