Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php319 $this->collectParsingMetadata($class);
338 $this->collectParsingMetadata($class);
402 private function collectParsingMetadata(ReflectionClass $class) function in Doctrine\\Common\\Annotations\\AnnotationReader