You are here

public function OAuthStoreSession::listConsumers in Lingotek Translation 7.3

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

Overrides OAuthStoreAbstract::listConsumers

File

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

Class

OAuthStoreSession

Code

public function listConsumers($user_id) {
  throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}