GroupByResponseHandler

Implements \DruidFamiliar\Interfaces\IDruidQueryResponseHandler

Class GroupByResponseHandler

package

DruidFamiliar\ResponseHandler

author

Ernesto Spiro Peimbert Andreakis

version 1.0
category

WebPT

copyright

Copyright (c) 2014 WebPT, Inc.

Methods

Hook function to handle response from server.

handleResponse(\Guzzle\Http\Message\Response $response) : mixed

This hook must return the response, whether changed or not, so that the rest of the system can continue with it.

Arguments

$response

\Guzzle\Http\Message\Response

Response

mixed