You are here

public function StaticReflectionService::getClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php \Doctrine\Common\Persistence\Mapping\StaticReflectionService::getClass()

Returns a reflection class instance or null.

Parameters

string $class:

Return value

\ReflectionClass|null

Overrides ReflectionService::getClass

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php, line 63

Class

StaticReflectionService
PHP Runtime Reflection Service.

Namespace

Doctrine\Common\Persistence\Mapping

Code

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