PHP 클래스 Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassD

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

공개 프로퍼티들

프로퍼티 타입 설명
$injectedPropertyWasUnavailable boolean
$injectionRuns integer

보호된 프로퍼티들

프로퍼티 타입 설명
$objectB SingletonClassB
$objectE PrototypeClassE Note: please leave this class name imported/simplified to cover the proper reflection of this tag.

공개 메소드들

메소드 설명
__construct ( )
initializeObject ( )
injectObjectB ( SingletonClassB $objectB ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( )

initializeObject() 공개 메소드

public initializeObject ( )

injectObjectB() 공개 메소드

public injectObjectB ( SingletonClassB $objectB ) : void
$objectB SingletonClassB
리턴 void

프로퍼티 상세

$injectedPropertyWasUnavailable 공개적으로 프로퍼티

public bool $injectedPropertyWasUnavailable
리턴 boolean

$injectionRuns 공개적으로 프로퍼티

public int $injectionRuns
리턴 integer

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

protected SingletonClassB $objectB
리턴 SingletonClassB

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

Note: please leave this class name imported/simplified to cover the proper reflection of this tag.
protected PrototypeClassE,Neos\Flow\Tests\Functional\ObjectManagement\Fixtures $objectE
리턴 PrototypeClassE