PHP 클래스 Tebru\Retrofit\Test\Mock\Api\MockApiResponse

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

공개 메소드들

메소드 설명
getContent ( ) : array
getFiles ( ) : array
getHeaders ( ) : array
getMethod ( ) : string
getPath ( ) : string
getQueryParams ( ) : array
getUser ( ) : array
setContent ( array $content )
setFiles ( array $files )
setHeaders ( array $headers )
setMethod ( string $method )
setPath ( string $path )
setQueryParams ( array $queryParams )
setUser ( array $user )

메소드 상세

getContent() 공개 메소드

public getContent ( ) : array
리턴 array

getFiles() 공개 메소드

public getFiles ( ) : array
리턴 array

getHeaders() 공개 메소드

public getHeaders ( ) : array
리턴 array

getMethod() 공개 메소드

public getMethod ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getQueryParams() 공개 메소드

public getQueryParams ( ) : array
리턴 array

getUser() 공개 메소드

public getUser ( ) : array
리턴 array

setContent() 공개 메소드

public setContent ( array $content )
$content array

setFiles() 공개 메소드

public setFiles ( array $files )
$files array

setHeaders() 공개 메소드

public setHeaders ( array $headers )
$headers array

setMethod() 공개 메소드

public setMethod ( string $method )
$method string

setPath() 공개 메소드

public setPath ( string $path )
$path string

setQueryParams() 공개 메소드

public setQueryParams ( array $queryParams )
$queryParams array

setUser() 공개 메소드

public setUser ( array $user )
$user array