PHP Class bitExpert\Disco\Config\WrongReturnTypeConfiguration

Afficher le fichier Open project: bitexpert/disco

Méthodes publiques

Méthode Description
lazyBeanNotReturningAnything ( ) : SampleService
lazyBeanReturningSomethingWrong ( ) : SampleService
nonLazyBeanNotReturningAnything ( ) : SampleService
nonLazyBeanReturningSomethingWrong ( ) : SampleService

Method Details

lazyBeanNotReturningAnything() public méthode

public lazyBeanNotReturningAnything ( ) : SampleService
Résultat bitExpert\Disco\Helper\SampleService

lazyBeanReturningSomethingWrong() public méthode

public lazyBeanReturningSomethingWrong ( ) : SampleService
Résultat bitExpert\Disco\Helper\SampleService

nonLazyBeanNotReturningAnything() public méthode

public nonLazyBeanNotReturningAnything ( ) : SampleService
Résultat bitExpert\Disco\Helper\SampleService

nonLazyBeanReturningSomethingWrong() public méthode

public nonLazyBeanReturningSomethingWrong ( ) : SampleService
Résultat bitExpert\Disco\Helper\SampleService