static function LingotekOAuthRequestLogger::setReceived in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setReceived()
- 7.5 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setReceived()
- 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;
}