static function OAuthRequestLogger::setSent in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.2 lib/oauth-php/library/OAuthRequestLogger.php \OAuthRequestLogger::setSent()
* Set the request we sent * *
Parameters
string request:
2 calls to OAuthRequestLogger::setSent()
- 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 245
Class
- OAuthRequestLogger
- Log OAuth requests
Code
static function setSent($request) {
OAuthRequestLogger::$sent = $request;
}