You are here

function OAuthServer::__construct in jQuery social stream 8.2

Same name and namespace in other branches
  1. 8 src/Twitter/OAuthServer.php \Drupal\jquery_social_stream\Twitter\OAuthServer::__construct()

File

src/Twitter/OAuthServer.php, line 12

Class

OAuthServer

Namespace

Drupal\jquery_social_stream\Twitter

Code

function __construct($data_store) {
  $this->data_store = $data_store;
}