You are here

protected property StaticReflectionParser::$parsed in Plug 7

Whether the parser has run.

Type: boolean

File

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

Class

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

Namespace

Doctrine\Common\Reflection

Code

protected $parsed = false;