You are here

function OAuthRequest::getMethod in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/OAuthRequest.php \OAuthRequest::getMethod()

* Return the request method * *

Return value

string

1 call to OAuthRequest::getMethod()
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/OAuthRequest.php, line 321

Class

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

Code

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