You are here

public function sOAuthRequest::get_parameter in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.js.inc \sOAuthRequest::get_parameter()

File

./jquery_social_stream.js.inc, line 650
JS callbacks.

Class

sOAuthRequest

Code

public function get_parameter($name) {
  return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
}