You are here

function OAuthConsumer::__toString in jQuery social stream 8

Same name and namespace in other branches
  1. 8.2 src/Twitter/OAuthConsumer.php \Drupal\jquery_social_stream\Twitter\OAuthConsumer::__toString()

File

src/Twitter/OAuthConsumer.php, line 15

Class

OAuthConsumer

Namespace

Drupal\jquery_social_stream\Twitter

Code

function __toString() {
  return "OAuthConsumer[key={$this->key},secret={$this->secret}]";
}