PHP Class Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ClassWithSetterAndPropertyInjection

Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$firstDependency TYPO3\Foo\Bar
$secondDependency TYPO3\Coffee\Bar

Public Methods

Method Description
injectFirstDependency ( Neos\Flow\ObjectManagement\ObjectManagerInterface $firstDependency )

Method Details

injectFirstDependency() public method

public injectFirstDependency ( Neos\Flow\ObjectManagement\ObjectManagerInterface $firstDependency )
$firstDependency Neos\Flow\ObjectManagement\ObjectManagerInterface

Property Details

$firstDependency protected property

protected Bar,TYPO3\Foo $firstDependency
return TYPO3\Foo\Bar

$secondDependency protected property

protected Bar,TYPO3\Coffee $secondDependency
return TYPO3\Coffee\Bar