You are here

function sOAuthConsumer::__toString in jQuery social stream 7.2

Same name and namespace in other branches
  1. 7 jquery_social_stream.js.inc \sOAuthConsumer::__toString()

File

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

Class

sOAuthConsumer

Code

function __toString() {
  return "sOAuthConsumer[key={$this->key},secret={$this->secret}]";
}