PHP 클래스 Tebru\Retrofit\Generation\HandlerContext

저자: Nate Brunette ([email protected])
파일 보기 프로젝트 열기: tebru/retrofit-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( AnnotationProvider $annotationProvider, Tebru\Dynamo\Model\Body $methodBody, ArrayPrinter $printer ) Constructor
annotations ( ) : AnnotationProvider
body ( ) : Tebru\Dynamo\Model\Body
printer ( ) : ArrayPrinter

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( AnnotationProvider $annotationProvider, Tebru\Dynamo\Model\Body $methodBody, ArrayPrinter $printer )
$annotationProvider Tebru\Retrofit\Generation\Provider\AnnotationProvider
$methodBody Tebru\Dynamo\Model\Body
$printer Tebru\Retrofit\Generation\Printer\ArrayPrinter

annotations() 공개 메소드

public annotations ( ) : AnnotationProvider
리턴 Tebru\Retrofit\Generation\Provider\AnnotationProvider

body() 공개 메소드

public body ( ) : Tebru\Dynamo\Model\Body
리턴 Tebru\Dynamo\Model\Body

printer() 공개 메소드

public printer ( ) : ArrayPrinter
리턴 Tebru\Retrofit\Generation\Printer\ArrayPrinter