public function OAuthRequest::__toString in OAuth 1.0 7.3
Same name and namespace in other branches
- 6.3 lib/OAuth.php \OAuthRequest::__toString()
- 6 OAuth.php \OAuthRequest::__toString()
File
- lib/
OAuth.php, line 471 - OAuth 1.0 server and client library.
Class
Code
public function __toString() {
return $this
->to_url();
}