public function StaticReflectionService::getClass

Return a reflection class instance or null

Parameters

string $class:

Return value

ReflectionClass|null

Overrides ReflectionService::getClass

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php, line 78

Class

StaticReflectionService
PHP Runtime Reflection Service

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function getClass($class) {
  return null;
}