public function ReflectionService::getClass in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php \Doctrine\Common\Persistence\Mapping\ReflectionService::getClass()
Returns a reflection class instance or null.
Parameters
string $class:
Return value
\ReflectionClass|null
2 methods override ReflectionService::getClass()
- RuntimeReflectionService::getClass in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ RuntimeReflectionService.php - Returns a reflection class instance or null.
- StaticReflectionService::getClass in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ StaticReflectionService.php - Returns a reflection class instance or null.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ReflectionService.php, line 66
Class
- ReflectionService
- Very simple reflection service abstraction.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getClass($class);