You are here

public function DrupalOAuthDataStore::__construct in OAuth 1.0 7.3

Same name and namespace in other branches
  1. 6.3 includes/DrupalOAuthDataStore.inc \DrupalOAuthDataStore::__construct()
  2. 7.4 includes/DrupalOAuthDataStore.inc \DrupalOAuthDataStore::__construct()

File

includes/DrupalOAuthDataStore.inc, line 9

Class

DrupalOAuthDataStore
Database abstraction class

Code

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