Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory::wakeupReflection PHP Method

wakeupReflection() abstract protected method

Wakes up reflection after ClassMetadata gets unserialized from cache.
abstract protected wakeupReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) : void
$class Doctrine\Common\Persistence\Mapping\ClassMetadata
$reflService Doctrine\Common\Persistence\Mapping\ReflectionService
return void
    protected abstract function wakeupReflection(ClassMetadata $class, ReflectionService $reflService);