Prado\Web\THttpResponseAdapter::__construct PHP Method

__construct() public method

Constructor. Attach a response to be adapted.
public __construct ( $response )
    public function __construct($response)
    {
        $this->_response = $response;
    }