You are here

public function sOAuthRequest::__toString in jQuery social stream 7.2

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

File

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

Class

sOAuthRequest

Code

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