public function StaticReflectionService::getClass in Plug 7
Returns a reflection class instance or null.
Parameters
string $class:
Return value
\ReflectionClass|null
Overrides ReflectionService::getClass
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ StaticReflectionService.php, line 63
Class
- StaticReflectionService
- PHP Runtime Reflection Service.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getClass($class) {
return null;
}