Home
last modified time | relevance | path

Searched refs:httpResponseCode (Results 1 – 2 of 2) sorted by relevance

/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php46 protected $httpResponseCode; variable in Facebook\\Http\\GraphRawResponse
58 $this->httpResponseCode = (int)$httpStatusCode;
97 return $this->httpResponseCode;
108 $this->httpResponseCode = (int)$match[1];
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php104 $httpResponseCode = isset($response['code']) ? $response['code'] : null;
111 $httpResponseCode,