Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ClassWithSetterAndPropertyInjection::injectFirstDependency PHP Method

injectFirstDependency() public method

public injectFirstDependency ( Neos\Flow\ObjectManagement\ObjectManagerInterface $firstDependency )
$firstDependency Neos\Flow\ObjectManagement\ObjectManagerInterface
    public function injectFirstDependency(ObjectManagerInterface $firstDependency)
    {
        $this->firstDependency = $firstDependency;
    }
ClassWithSetterAndPropertyInjection