You are here

public function ReflectionProviderInterface::getReflectionClass in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_annotation_discovery/lib/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 modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
Gets the ReflectionClass equivalent for this class.

File

modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php, line 29

Class

ReflectionProviderInterface

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionClass();