PHP Class Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassD

显示文件 Open project: neos/flow-development-collection

Public Properties

Property Type Description
$injectedPropertyWasUnavailable boolean
$injectionRuns integer

Protected Properties

Property Type Description
$objectB SingletonClassB
$objectE PrototypeClassE Note: please leave this class name imported/simplified to cover the proper reflection of this tag.

Public Methods

Method Description
__construct ( )
initializeObject ( )
injectObjectB ( SingletonClassB $objectB ) : void

Method Details

__construct() public method

public __construct ( )

initializeObject() public method

public initializeObject ( )

injectObjectB() public method

public injectObjectB ( SingletonClassB $objectB ) : void
$objectB SingletonClassB
return void

Property Details

$injectedPropertyWasUnavailable public_oe property

public bool $injectedPropertyWasUnavailable
return boolean

$injectionRuns public_oe property

public int $injectionRuns
return integer

$objectB protected_oe property

protected SingletonClassB $objectB
return SingletonClassB

$objectE protected_oe property

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
return PrototypeClassE