public function DocParser::__construct

Constructs a new DocParser.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php, line 208

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

public function __construct() {
  $this->lexer = new DocLexer();
}