protected function TestClassMetadataFactory::wakeupReflection in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php \Doctrine\Tests\Common\Persistence\Mapping\TestClassMetadataFactory::wakeupReflection()
Wakes up reflection after ClassMetadata gets unserialized from cache.
Parameters
ClassMetadata $class:
ReflectionService $reflService:
Return value
void
Overrides AbstractClassMetadataFactory::wakeupReflection
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php, line 173
Class
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
protected function wakeupReflection(ClassMetadata $class, ReflectionService $reflService) {
}