public function OAuthRequest::get_parameters in OAuth 1.0 6
Same name and namespace in other branches
- 6.3 lib/OAuth.php \OAuthRequest::get_parameters()
- 7.3 lib/OAuth.php \OAuthRequest::get_parameters()
File
- ./
OAuth.php, line 243
Class
Code
public function get_parameters() {
/*{{{*/
return $this->parameters;
}