Class HttpControllerResponse

Class HttpControllerResponse

HttpControllerResponse implements HttpControllerResponseInterface
Package: Http\ValueObjects
Category: System
Extends: HttpControllerResponseInterface
Located at Services/System/Http/ValueObjects/HttpControllerResponse.inc.php

Methods summary

public __construct( string $responseBody, array $responseHeadersArray = null )

Initializes the http controller response.

public getHeaders( void ) : array

Returns the response headers array.

public getBody( void ) : string

Returns the response body string.

Properties summary

protected $httpHeadersArray : array
array()
protected $httpBody : string