function OAuthToken::__toString in OAuth 1.0 6
Same name and namespace in other branches
- 6.3 lib/OAuth.php \OAuthToken::__toString()
- 7.3 lib/OAuth.php \OAuthToken::__toString()
File
- ./
OAuth.php, line 44
Class
Code
function __toString() {
/*{{{*/
return $this
->to_string();
}