You are here

static function OAuthRequestLogger::setReceived in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/OAuthRequestLogger.php \OAuthRequestLogger::setReceived()

* Set the reply we received * *

Parameters

string request:

2 calls to OAuthRequestLogger::setReceived()
OAuthDiscovery::curl in lib/oauth-php/library/OAuthDiscovery.php
* Try to fetch an XRDS file at the given location. Sends an accept header preferring the xrds file. * *
OAuthRequester::curl_raw in lib/oauth-php/library/OAuthRequester.php
* Open and close a curl session passing all the options to the curl libs * *

File

lib/oauth-php/library/OAuthRequestLogger.php, line 255

Class

OAuthRequestLogger
Log OAuth requests

Code

static function setReceived($reply) {
  OAuthRequestLogger::$received = $reply;
}