Searched refs:_lastResponse (Results 1 – 4 of 4) sorted by relevance
59 protected $_lastResponse; variable in Elastica\\Reindex83 $this->_lastResponse = $this->_oldIndex->getClient()->requestEndpoint($reindexEndpoint);85 return $this->_lastResponse;145 if ($this->_lastResponse instanceof Response) {146 $taskId = $this->_lastResponse->getData()['task'] ?: null;
51 protected $_lastResponse; variable in Elastica\\Client542 $this->_lastResponse = null;545 $response = $this->_lastResponse = $request->send();645 return $this->_lastResponse;
141 private $_lastResponse; variable in OneLogin_Saml2_Auth210 $this->_lastResponse = $response->getXMLDocument();257 $this->_lastResponse = $logoutResponse->getXML();291 $this->_lastResponse = $responseBuilder->getXML();764 if (isset($this->_lastResponse)) {765 if (is_string($this->_lastResponse)) {766 $response = $this->_lastResponse;768 $response = $this->_lastResponse->saveXML();