You are here

function OAuthToken::__toString in OAuth 1.0 6.3

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

File

lib/OAuth.php, line 61
OAuth 1.0 server and client library.

Class

OAuthToken

Code

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