You are here

static function LingotekOAuthRequestLogger::setReceived in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setReceived()
  2. 7.4 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setReceived()
  3. 7.6 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setReceived()

* Set the reply we received * *

Parameters

string request:

2 calls to LingotekOAuthRequestLogger::setReceived()
LingotekOAuthRequester::curl_raw in lib/oauth-php/library/LingotekOAuthRequester.php
* Open and close a curl session passing all the options to the curl libs * *
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. * *

File

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

Class

LingotekOAuthRequestLogger
Log OAuth requests

Code

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