protected property DocLexer::$withCase in Plug 7
Type: array
File
- lib/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ DocLexer.php, line 73
Class
- DocLexer
- Simple lexer for docblock annotations.
Namespace
Doctrine\Common\AnnotationsCode
protected $withCase = array(
'true' => self::T_TRUE,
'false' => self::T_FALSE,
'null' => self::T_NULL,
);