You are here

function OAuthServer::__construct in OAuth 1.0 6.3

Same name and namespace in other branches
  1. 6 OAuth.php \OAuthServer::__construct()
  2. 7.3 lib/OAuth.php \OAuthServer::__construct()
1 call to OAuthServer::__construct()
DrupalOAuthServer::__construct in includes/DrupalOAuthServer.inc
1 method overrides OAuthServer::__construct()
DrupalOAuthServer::__construct in includes/DrupalOAuthServer.inc

File

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

Class

OAuthServer

Code

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