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

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$firstDependency TYPO3\Foo\Bar
$secondDependency TYPO3\Coffee\Bar

Méthodes publiques

Méthode Description
injectFirstDependency ( Neos\Flow\ObjectManagement\ObjectManagerInterface $firstDependency )

Method Details

injectFirstDependency() public méthode

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

Property Details

$firstDependency protected_oe property

protected Bar,TYPO3\Foo $firstDependency
Résultat TYPO3\Foo\Bar

$secondDependency protected_oe property

protected Bar,TYPO3\Coffee $secondDependency
Résultat TYPO3\Coffee\Bar