function sOAuthServer::__construct in jQuery social stream 7
Same name and namespace in other branches
- 7.2 jquery_social_stream.js.inc \sOAuthServer::__construct()
File
- ./
jquery_social_stream.js.inc, line 820 - JS callbacks.
Class
Code
function __construct($data_store) {
$this->data_store = $data_store;
}