private property DocParser::$ignoredAnnotationNames in Plug 7
A list with annotations that are not causing exceptions when not resolved to an annotation class.
The names must be the raw names as used in the class, not the fully qualified class names.
Type: array
File
- lib/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ DocParser.php, line 120
Class
- DocParser
- A parser for docblock annotations.
Namespace
Doctrine\Common\AnnotationsCode
private $ignoredAnnotationNames = array();