PHP 클래스 Tebru\Retrofit\Generation\Handler\BodyHandler

저자: Nate Brunette ([email protected])
상속: implements Tebru\Retrofit\Generation\Handler
파일 보기 프로젝트 열기: tebru/retrofit-php

공개 메소드들

메소드 설명
__invoke ( HandlerContext $context ) : void Create body

비공개 메소드들

메소드 설명
createBodyArray ( HandlerContext $context ) : void Create body as array first
createBodyJson ( HandlerContext $context ) : void Create json body logic
createContext ( HandlerContext $context, string $contextVar ) : void Create serialization context
doCreateBody ( HandlerContext $context ) : void Create the body

메소드 상세

__invoke() 공개 메소드

Create body
public __invoke ( HandlerContext $context ) : void
$context Tebru\Retrofit\Generation\HandlerContext
리턴 void