You are here

function sOAuthToken::__toString in jQuery social stream 7.2

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

File

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

Class

sOAuthToken

Code

function __toString() {
  return $this
    ->to_string();
}