private property DocParser::$ignoreNotImportedAnnotations

Whether annotations that have not been imported should be ignored.

Type: boolean

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php, line 98

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private $ignoreNotImportedAnnotations = false;