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

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

Protected Properties

Свойство Type Description
$singletonA SingletonClassA
$someProperty string

Méthodes publiques

Méthode Description
getSingletonA ( ) : SingletonClassA
getSomeProperty ( ) : string
injectSingletonA ( SingletonClassA $singletonA ) : void
setSomeProperty ( string $someProperty ) : void

Method Details

getSingletonA() public méthode

public getSingletonA ( ) : SingletonClassA
Résultat SingletonClassA The singleton class A

getSomeProperty() public méthode

public getSomeProperty ( ) : string
Résultat string

injectSingletonA() public méthode

public injectSingletonA ( SingletonClassA $singletonA ) : void
$singletonA SingletonClassA
Résultat void

setSomeProperty() public méthode

public setSomeProperty ( string $someProperty ) : void
$someProperty string The property value
Résultat void

Property Details

$singletonA protected_oe property

protected SingletonClassA,Neos\Flow\Tests\Functional\ObjectManagement\Fixtures $singletonA
Résultat SingletonClassA

$someProperty protected_oe property

protected string $someProperty
Résultat string