public function StaticReflectionParser::getReflectionClass

Get the ReflectionClass equivalent for this file / class.

Overrides ReflectionProviderInterface::getReflectionClass

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php, line 217

Class

StaticReflectionParser
Parses a file for namespaces/use/class declarations.

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionClass() {
  return new StaticReflectionClass($this);
}