Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php282 $this->parser->setImports($this->getMethodImports($method));
350 private function getMethodImports(ReflectionMethod $method) function in Doctrine\\Common\\Annotations\\AnnotationReader