You are here

private static property AnnotationReader::$globalImports in Plug 7

Global map for imports.

Type: array

File

lib/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php, line 44

Class

AnnotationReader
A reader for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private static $globalImports = array(
  'ignoreannotation' => 'Doctrine\\Common\\Annotations\\Annotation\\IgnoreAnnotation',
);