PHP Class bitExpert\Disco\Config\BeanConfigurationWithParameters

Show file Open project: bitexpert/disco

Public Methods

Method Description
sampleServiceWithNestedParamKey ( $test = '' ) : SampleService
sampleServiceWithParam ( $test = '' ) : SampleService
sampleServiceWithParamDefaultValue ( $test = '' ) : SampleService
sampleServiceWithoutRequiredParam ( $test = '' ) : SampleService

Method Details

sampleServiceWithNestedParamKey() public method

public sampleServiceWithNestedParamKey ( $test = '' ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithParam() public method

public sampleServiceWithParam ( $test = '' ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithParamDefaultValue() public method

public sampleServiceWithParamDefaultValue ( $test = '' ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithoutRequiredParam() public method

public sampleServiceWithoutRequiredParam ( $test = '' ) : SampleService
return bitExpert\Disco\Helper\SampleService