function OAuthServer::__construct in OAuth 1.0 6
Same name and namespace in other branches
- 6.3 lib/OAuth.php \OAuthServer::__construct()
- 7.3 lib/OAuth.php \OAuthServer::__construct()
File
- ./
OAuth.php, line 457
Class
Code
function __construct($data_store) {
/*{{{*/
$this->data_store = $data_store;
}