Searched refs:preParser (Results 1 – 1 of 1) sorted by relevance
148 private $preParser; variable in Doctrine\\Common\\Annotations\\AnnotationReader204 $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…