private property AnnotationReader::$imports

In-memory cache mechanism to store imported annotations per class.

Type: array

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php, line 111

Class

AnnotationReader
A reader for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private $imports = array();