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