Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\SingletonClassG::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( PrototypeClassAishInterface $prototypeA )
$prototypeA PrototypeClassAishInterface
    public function __construct(PrototypeClassAishInterface $prototypeA)
    {
        $this->prototypeA = $prototypeA;
    }
SingletonClassG