Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DSimpleAnnotationReader.php35 * @var DocParser
46 $this->parser = new DocParser();
DAnnotationReader.php176 * @param DocParser $parser
180 public function __construct(DocParser $parser = null)
202 $this->parser = $parser ?: new DocParser();
204 $this->preParser = new DocParser;
DDocParser.php40 final class DocParser class
/plugin/findologicxmlexport/vendor/doctrine/annotations/
DCHANGELOG.md91 `Doctrine\Common\Annotations\DocParser::setIgnoredAnnotationNamespaces()`. This will
100 * allow skipping non-imported annotations when a custom `DocParser` is passed to
105 - [45: DocParser can now ignore whole namespaces](https://github.com/doctrine/annotations/pull/45)