abstract public function OAuthStoreAbstract::countServerTokens in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::countServerTokens()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::countServerTokens()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::countServerTokens()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::countServerTokens()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::countServerTokens()
5 methods override OAuthStoreAbstract::countServerTokens()
- OAuthStore2Leg::countServerTokens in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::countServerTokens in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Count how many tokens we have for the given server * *
- OAuthStorePostgreSQL::countServerTokens in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Count how many tokens we have for the given server
- OAuthStoreSession::countServerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::countServerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Count how many tokens we have for the given server * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 43
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function countServerTokens($consumer_key);