abstract public function OAuthStoreAbstract::getServer in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
5 methods override OAuthStoreAbstract::getServer()
- OAuthStore2Leg::getServer in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::getServer in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Get a server from the consumer registry using the consumer key * *
- OAuthStorePostgreSQL::getServer in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Get a server from the consumer registry using the consumer key
- OAuthStoreSession::getServer in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::getServer in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Get a server from the consumer registry using the consumer key * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 40
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function getServer($consumer_key, $user_id, $user_is_admin = false);