You are here

function OAuthStoreAnymeta::__construct in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
  4. 7.4 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
  5. 7.5 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()

* Construct the OAuthStoreAnymeta * *

Parameters

array options:

Overrides OAuthStoreSQL::__construct

File

lib/oauth-php/library/store/OAuthStoreAnyMeta.php, line 45

Class

OAuthStoreAnymeta

Code

function __construct($options = array()) {
  parent::__construct(array(
    'conn' => any_db_conn(),
  ));
}