You are here

function sOAuthServer::__construct in jQuery social stream 7.2

Same name and namespace in other branches
  1. 7 jquery_social_stream.js.inc \sOAuthServer::__construct()

File

./jquery_social_stream.js.inc, line 952
JS callbacks.

Class

sOAuthServer

Code

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