You are here

private property DocParser::$isNestedAnnotation in Plug 7

Flag to control if the current annotation is nested or not.

Type: boolean

File

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

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

private $isNestedAnnotation = false;