bitExpert\Disco\Config\BeanConfigurationWithProtectedMethod::singletonDependency PHP 메소드

singletonDependency() 보호된 메소드

protected singletonDependency ( ) : SampleService
리턴 bitExpert\Disco\Helper\SampleService
    protected function singletonDependency() : SampleService
    {
        return new SampleService();
    }