You are here

public function OAuthStoreSession::updateServer in Lingotek Translation 7.4

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

Overrides OAuthStoreAbstract::updateServer

File

lib/oauth-php/library/store/OAuthStoreSession.php, line 128

Class

OAuthStoreSession

Code

public function updateServer($server, $user_id, $user_is_admin = false) {
  throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}