final class PhpParser

Parses a file for namespaces/use/class declarations.

@author Fabien Potencier <fabien@symfony.com> @author Christian Kaps <christian.kaps@mohiva.com>

Hierarchy

  • class \Doctrine\Common\Annotations\PhpParser

Expanded class hierarchy of PhpParser

2 files declare their use of PhpParser

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/PhpParser.php, line 30

Namespace

Doctrine\Common\Annotations
View source

Members

Namesort descending Modifiers Type Description Overrides
PhpParser::getFileContent private function Get the content of the file right up to the given line number.
PhpParser::parseClass public function Parses a class.