public function OAuthStoreSession::getServerForUri in Lingotek Translation 7.2
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerForUri()
- 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerForUri()
- 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerForUri()
- 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerForUri()
- 7.6 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerForUri()
Overrides OAuthStoreAbstract::getServerForUri
File
- lib/
oauth-php/ library/ store/ OAuthStoreSession.php, line 114
Class
Code
public function getServerForUri($uri, $user_id) {
throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}