You are here

function OAuthServer::__construct in OAuth 1.0 6

Same name and namespace in other branches
  1. 6.3 lib/OAuth.php \OAuthServer::__construct()
  2. 7.3 lib/OAuth.php \OAuthServer::__construct()

File

./OAuth.php, line 457

Class

OAuthServer

Code

function __construct($data_store) {

  /*{{{*/
  $this->data_store = $data_store;
}