Neos\Flow\Persistence\Aspect\EmbeddedValueObjectPointcutFilter::injectReflectionService PHP Method

injectReflectionService() public method

Injects the reflection service
public injectReflectionService ( ReflectionService $reflectionService ) : void
$reflectionService Neos\Flow\Reflection\ReflectionService The reflection service
return void
    public function injectReflectionService(\Neos\Flow\Reflection\ReflectionService $reflectionService)
    {
        $this->reflectionService = $reflectionService;
    }