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