You are here

public function OAuthStoreSession::updateConsumer in Lingotek Translation 7.6

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

Overrides OAuthStoreAbstract::updateConsumer

File

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

Class

OAuthStoreSession

Code

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