You are here

public function OAuthRequest::get_parameters in OAuth 1.0 7.3

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

File

lib/OAuth.php, line 355
OAuth 1.0 server and client library.

Class

OAuthRequest

Code

public function get_parameters() {
  return $this->parameters;
}