bitExpert\Disco\Config\BeanConfigurationWithParameters::sampleServiceWithNestedParamKey PHP Method

sampleServiceWithNestedParamKey() public method

public sampleServiceWithNestedParamKey ( $test = '' ) : SampleService
return bitExpert\Disco\Helper\SampleService
    public function sampleServiceWithNestedParamKey($test = '') : SampleService
    {
        $service = new SampleService();
        $service->setTest($test);
        return $service;
    }