Home
last modified time | relevance | path

Searched refs:lastResponse (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php38 protected $lastResponse;
135 if ($this->lastResponse === null) {
139 return $this->lastResponse->hasMoreResults();
153 $lastResponse = $response->controls()->get(Control::OID_DIR_SYNC);
154 if ($lastResponse === null || !$lastResponse instanceof DirSyncResponseControl) {
157 $this->lastResponse = $lastResponse;
158 $this->dirSyncRequest->setCookie($this->lastResponse->getCookie());
35 protected $lastResponse; global() variable in FreeDSx\\Ldap\\Search\\DirSync
/plugin/authfacebook/lib/
H A DFacebook.php116 protected $lastResponse; variable in Facebook\\Facebook
209 return $this->lastResponse;
440 $this->lastResponse = $this->client->sendRequest($paginationRequest);
444 $graphEdge = $this->lastResponse->getGraphEdge($subClassName, false);
469 return $this->lastResponse = $this->client->sendRequest($request);
494 return $this->lastResponse = $this->client->sendBatchRequest($batchRequest);
/plugin/swiftmail/Swift/Plugin/
H A DEasySwiftResponseTracker.php43 $this->target->lastResponse = $e->getString();