You are here

private property DocParser::$imports in Plug 7

Hashmap containing all use-statements that are to be used when parsing the given doc block.

Type: array

File

lib/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php, line 88

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private $imports = array();