You are here

protected function TestClassMetadataFactory::wakeupReflection in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

TestClassMetadataFactory

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

protected function wakeupReflection(ClassMetadata $class, ReflectionService $reflService) {
}