public function StaticReflectionParser::getReflectionClass in Plug 7
Gets the ReflectionClass equivalent for this class.
Return value
\ReflectionClass
Overrides ReflectionProviderInterface::getReflectionClass
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionParser.php, line 238
Class
- StaticReflectionParser
- Parses a file for namespaces/use/class declarations.
Namespace
Doctrine\Common\ReflectionCode
public function getReflectionClass() {
return new StaticReflectionClass($this);
}