bitExpert\Disco\Config\BeanConfigurationWithPostProcessor::nonSingletonNonLazyRequestBean PHP Method

nonSingletonNonLazyRequestBean() public method

public nonSingletonNonLazyRequestBean ( ) : SampleService
return bitExpert\Disco\Helper\SampleService
    public function nonSingletonNonLazyRequestBean() : SampleService
    {
        return new SampleService();
    }