PHP Class bitExpert\Disco\Config\BeanConfigurationWithAliases

Show file Open project: bitexpert/disco

Public Methods

Method Description
sampleServiceWithBackSlashesInAlias ( ) : SampleService
sampleServiceWithColonInAlias ( ) : SampleService
sampleServiceWithNumericAlias ( ) : SampleService
sampleServiceWithUnderscoreInAlias ( ) : SampleService

Protected Methods

Method Description
internalServiceWithAlias ( ) : SampleService

Method Details

internalServiceWithAlias() protected method

protected internalServiceWithAlias ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithBackSlashesInAlias() public method

public sampleServiceWithBackSlashesInAlias ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithColonInAlias() public method

public sampleServiceWithColonInAlias ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithNumericAlias() public method

public sampleServiceWithNumericAlias ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

sampleServiceWithUnderscoreInAlias() public method

public sampleServiceWithUnderscoreInAlias ( ) : SampleService
return bitExpert\Disco\Helper\SampleService