You are here

public function DocParser::__construct in Plug 7

Constructs a new DocParser.

File

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

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

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