You are here

public function EntityShareClient::getLastResponse in Entity Share 7

Get the last response.

Return value

object Last response object.

File

includes/entity_share.client.inc, line 73
Class for handling communication with Entity Share Server.

Class

EntityShareClient
Entity Share Client class.

Code

public function getLastResponse() {
  return $this->lastResponse;
}