function OAuthStoreAnymeta::__construct in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
- 7.2 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
- 7.3 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
- 7.5 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::__construct()
- 7.6 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
Code
function __construct($options = array()) {
parent::__construct(array(
'conn' => any_db_conn(),
));
}