Neos\Flow\Tests\Functional\Property\Fixtures\TestClassWithSingletonConstructorInjection::__construct PHP Méthode

__construct() public méthode

public __construct ( Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\InterfaceA $singletonClass )
$singletonClass Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\InterfaceA
    public function __construct(InterfaceA $singletonClass)
    {
        $this->singletonClass = $singletonClass;
    }
TestClassWithSingletonConstructorInjection