You are here

protected property StaticReflectionParser::$useStatements in Plug 7

The use statements of the class.

Type: array

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php, line 72

Class

StaticReflectionParser
Parses a file for namespaces/use/class declarations.

Namespace

Doctrine\Common\Reflection

Code

protected $useStatements = array();