Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php148 private $preParser; variable in Doctrine\\Common\\Annotations\\AnnotationReader
204 $this->preParser = new DocParser;
206 $this->preParser->setImports(self::$globalImports);
207 $this->preParser->setIgnoreNotImportedAnnotations(true);
405 …$annotations = $this->preParser->parse($class->getDocComment(), 'class ' . $class->name…