PHP 클래스 Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ClassWithSetterAndPropertyInjection

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$firstDependency TYPO3\Foo\Bar
$secondDependency TYPO3\Coffee\Bar

공개 메소드들

메소드 설명
injectFirstDependency ( Neos\Flow\ObjectManagement\ObjectManagerInterface $firstDependency )

메소드 상세

injectFirstDependency() 공개 메소드

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

프로퍼티 상세

$firstDependency 보호되어 있는 프로퍼티

protected Bar,TYPO3\Foo $firstDependency
리턴 TYPO3\Foo\Bar

$secondDependency 보호되어 있는 프로퍼티

protected Bar,TYPO3\Coffee $secondDependency
리턴 TYPO3\Coffee\Bar