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

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

Méthodes publiques

Свойство Type Description
$injectedPropertyWasUnavailable boolean
$injectionRuns integer

Protected Properties

Свойство Type Description
$objectB SingletonClassB
$objectE PrototypeClassE Note: please leave this class name imported/simplified to cover the proper reflection of this tag.

Méthodes publiques

Méthode Description
__construct ( )
initializeObject ( )
injectObjectB ( SingletonClassB $objectB ) : void

Method Details

__construct() public méthode

public __construct ( )

initializeObject() public méthode

public initializeObject ( )

injectObjectB() public méthode

public injectObjectB ( SingletonClassB $objectB ) : void
$objectB SingletonClassB
Résultat void

Property Details

$injectedPropertyWasUnavailable public_oe property

public bool $injectedPropertyWasUnavailable
Résultat boolean

$injectionRuns public_oe property

public int $injectionRuns
Résultat integer

$objectB protected_oe property

protected SingletonClassB $objectB
Résultat 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
Résultat PrototypeClassE