DocLexer::$withCase

@var array<string, self::T*>

Type: withCase

File

core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php, line 82

Class

DocLexer
Simple lexer for docblock annotations.

Namespace

Drupal\Component\Annotation\Doctrine

Code

protected $withCase = [
  'true' => self::T_TRUE,
  'false' => self::T_FALSE,
  'null' => self::T_NULL,
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.