public function OAuthRequest::set_parameter in OAuth 1.0 6
Same name and namespace in other branches
- 6.3 lib/OAuth.php \OAuthRequest::set_parameter()
- 7.3 lib/OAuth.php \OAuthRequest::set_parameter()
1 call to OAuthRequest::set_parameter()
File
- ./
OAuth.php, line 235
Class
Code
public function set_parameter($name, $value) {
/*{{{*/
$this->parameters[$name] = $value;
}