PHP 클래스 VCR\Response

파일 보기 프로젝트 열기: php-vcr/php-vcr 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$body string
$curlInfo array
$headers array
$httpVersion
$status array

공개 메소드들

메소드 설명
__construct ( string | array $status, array $headers = [], string $body = null, array $curlInfo = [] )
fromArray ( array $response ) : Response Creates a new Response from a specified array.
getBody ( ) : string
getContentType ( )
getCurlInfo ( $option = null ) : array
getHeader ( $key )
getHeaders ( ) : array
getHttpVersion ( ) : mixed
getStatusCode ( ) : string
getStatusMessage ( ) : string
toArray ( ) : array Returns an array representation of this Response.

보호된 메소드들

메소드 설명
setStatus ( string | array $status )

메소드 상세

__construct() 공개 메소드

public __construct ( string | array $status, array $headers = [], string $body = null, array $curlInfo = [] )
$status string | array
$headers array
$body string
$curlInfo array

fromArray() 공개 정적인 메소드

Creates a new Response from a specified array.
public static fromArray ( array $response ) : Response
$response array Array representation of a Response.
리턴 Response A new Response from a specified array

getBody() 공개 메소드

public getBody ( ) : string
리턴 string

getContentType() 공개 메소드

public getContentType ( )

getCurlInfo() 공개 메소드

public getCurlInfo ( $option = null ) : array
리턴 array

getHeader() 공개 메소드

public getHeader ( $key )

getHeaders() 공개 메소드

public getHeaders ( ) : array
리턴 array

getHttpVersion() 공개 메소드

public getHttpVersion ( ) : mixed
리턴 mixed

getStatusCode() 공개 메소드

public getStatusCode ( ) : string
리턴 string

getStatusMessage() 공개 메소드

public getStatusMessage ( ) : string
리턴 string

setStatus() 보호된 메소드

protected setStatus ( string | array $status )
$status string | array

toArray() 공개 메소드

Returns an array representation of this Response.
public toArray ( ) : array
리턴 array Array representation of this Request.

프로퍼티 상세

$body 보호되어 있는 프로퍼티

protected string $body
리턴 string

$curlInfo 보호되어 있는 프로퍼티

protected array $curlInfo
리턴 array

$headers 보호되어 있는 프로퍼티

protected array $headers
리턴 array

$httpVersion 보호되어 있는 프로퍼티

protected $httpVersion

$status 보호되어 있는 프로퍼티

protected array $status
리턴 array