protected property DocLexer::$withCase

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocLexer.php, line 67

Class

DocLexer
Simple lexer for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

protected $withCase = array(
  'true' => self::T_TRUE,
  'false' => self::T_FALSE,
  'null' => self::T_NULL,
);