You are here

public function OAuthRequest::get_parameter in OAuth 1.0 6

Same name and namespace in other branches
  1. 6.3 lib/OAuth.php \OAuthRequest::get_parameter()
  2. 7.3 lib/OAuth.php \OAuthRequest::get_parameter()

File

./OAuth.php, line 239

Class

OAuthRequest

Code

public function get_parameter($name) {

  /*{{{*/
  return $this->parameters[$name];
}