You are here

public function ReflectionProviderInterface::getReflectionClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php \Doctrine\Common\Reflection\ReflectionProviderInterface::getReflectionClass()

Gets the ReflectionClass equivalent for this class.

Return value

\ReflectionClass

1 method overrides ReflectionProviderInterface::getReflectionClass()
StaticReflectionParser::getReflectionClass in vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
Gets the ReflectionClass equivalent for this class.

File

vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php, line 29

Class

ReflectionProviderInterface

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionClass();