You are here

public function OAuthStore2Leg::countConsumerAccessTokens in Lingotek Translation 7.4

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

Overrides OAuthStoreAbstract::countConsumerAccessTokens

File

lib/oauth-php/library/store/OAuthStore2Leg.php, line 95

Class

OAuthStore2Leg

Code

public function countConsumerAccessTokens($consumer_key) {
  throw new OAuthException2("OAuthStore2Leg doesn't support " . __METHOD__);
}