Neos\Flow\Persistence\Doctrine\Mapping\ClassMetadata::wakeupReflection PHP 메소드

wakeupReflection() 공개 메소드

Restores some state that can not be serialized/unserialized.
public wakeupReflection ( Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) : void
$reflService Doctrine\Common\Persistence\Mapping\ReflectionService
리턴 void
    public function wakeupReflection($reflService)
    {
        parent::wakeupReflection($reflService);
        $this->reflClass = new ClassReflection($this->name);
    }