PHP Class VCR\Response

Afficher le fichier Open project: php-vcr/php-vcr Class Usage Examples

Protected Properties

Свойство Type Description
$body string
$curlInfo array
$headers array
$httpVersion
$status array

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
setStatus ( string | array $status )

Method Details

__construct() public méthode

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

fromArray() public static méthode

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

getBody() public méthode

public getBody ( ) : string
Résultat string

getContentType() public méthode

public getContentType ( )

getCurlInfo() public méthode

public getCurlInfo ( $option = null ) : array
Résultat array

getHeader() public méthode

public getHeader ( $key )

getHeaders() public méthode

public getHeaders ( ) : array
Résultat array

getHttpVersion() public méthode

public getHttpVersion ( ) : mixed
Résultat mixed

getStatusCode() public méthode

public getStatusCode ( ) : string
Résultat string

getStatusMessage() public méthode

public getStatusMessage ( ) : string
Résultat string

setStatus() protected méthode

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

toArray() public méthode

Returns an array representation of this Response.
public toArray ( ) : array
Résultat array Array representation of this Request.

Property Details

$body protected_oe property

protected string $body
Résultat string

$curlInfo protected_oe property

protected array $curlInfo
Résultat array

$headers protected_oe property

protected array $headers
Résultat array

$httpVersion protected_oe property

protected $httpVersion

$status protected_oe property

protected array $status
Résultat array