Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\SingletonClassE::__construct PHP Méthode

__construct() public méthode

public __construct ( SingletonClassB $objectB )
$objectB SingletonClassB
    public function __construct(SingletonClassB $objectB)
    {
        $this->objectB = $objectB;
    }
SingletonClassE