You are here

public function OAuthRequest::set_parameter in OAuth 1.0 6

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

File

./OAuth.php, line 235

Class

OAuthRequest

Code

public function set_parameter($name, $value) {

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