PHP 클래스 bitExpert\Disco\Config\WrongReturnTypeConfiguration

파일 보기 프로젝트 열기: bitexpert/disco

공개 메소드들

메소드 설명
lazyBeanNotReturningAnything ( ) : SampleService
lazyBeanReturningSomethingWrong ( ) : SampleService
nonLazyBeanNotReturningAnything ( ) : SampleService
nonLazyBeanReturningSomethingWrong ( ) : SampleService

메소드 상세

lazyBeanNotReturningAnything() 공개 메소드

public lazyBeanNotReturningAnything ( ) : SampleService
리턴 bitExpert\Disco\Helper\SampleService

lazyBeanReturningSomethingWrong() 공개 메소드

public lazyBeanReturningSomethingWrong ( ) : SampleService
리턴 bitExpert\Disco\Helper\SampleService

nonLazyBeanNotReturningAnything() 공개 메소드

public nonLazyBeanNotReturningAnything ( ) : SampleService
리턴 bitExpert\Disco\Helper\SampleService

nonLazyBeanReturningSomethingWrong() 공개 메소드

public nonLazyBeanReturningSomethingWrong ( ) : SampleService
리턴 bitExpert\Disco\Helper\SampleService