getResponse() public method

Returns response object.
public getResponse ( ) : Response
return Response Response object
Example #1
0
 /**
  * @group functional
  */
 public function testGetResponse()
 {
     $index = $this->_createIndex();
     $status = new Status($index->getClient());
     $this->assertInstanceOf('Elastica\\Response', $status->getResponse());
 }