You are here

function LingotekOAuthRequest::getMethod in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.4 lib/oauth-php/library/LingotekOAuthRequest.php \LingotekOAuthRequest::getMethod()
  2. 7.5 lib/oauth-php/library/LingotekOAuthRequest.php \LingotekOAuthRequest::getMethod()
  3. 7.6 lib/oauth-php/library/LingotekOAuthRequest.php \LingotekOAuthRequest::getMethod()

* Return the request method * *

Return value

string

1 call to LingotekOAuthRequest::getMethod()
LingotekOAuthRequester::curl_raw in lib/oauth-php/library/LingotekOAuthRequester.php
* Open and close a curl session passing all the options to the curl libs * *

File

lib/oauth-php/library/LingotekOAuthRequest.php, line 290

Class

LingotekOAuthRequest
Object to parse an incoming OAuth request or prepare an outgoing OAuth request

Code

function getMethod() {
  return $this->method;
}