You are here

static function LingotekOAuthRequestLogger::setSent in Lingotek Translation 7.4

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

* Set the request we sent * *

Parameters

string request:

2 calls to LingotekOAuthRequestLogger::setSent()
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 245

Class

LingotekOAuthRequestLogger
Log OAuth requests

Code

static function setSent($request) {
  LingotekOAuthRequestLogger::$sent = $request;
}