You are here

public function OAuthRequest::__toString in OAuth 1.0 6

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

File

./OAuth.php, line 369

Class

OAuthRequest

Code

public function __toString() {

  /*{{{*/
  return $this
    ->to_url();
}