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