\HttpLog\HttpModelsResponse

Summary

Methods
Properties
Constants
__construct()
get_properties()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
initialize()
get_body()
$filter
$code
$body
$response_headers
N/A

Properties

$filter

$filter : array

Type

array — Array of filtered Request properties.

$code

$code : 

Type

$body

$body : 

Type

$response_headers

$response_headers : 

Type

Methods

__construct()

__construct(array  $filters) : void

Construct the Response object.

Parameters

array $filters

Array of filtered Response properties.

get_properties()

get_properties() : array

Return Response properties.

@var string $criteria

Returns

array —

Array of Response properties.

initialize()

initialize(array  $properties) : void

Initialize Response properties.

Parameters

array $properties

Array of response properties.

get_body()

get_body() : array|string

Get response body.

Get (if possible, formatted) response body.

Returns

array|string —

Response body.