You are here

abstract public function OAuthStoreAbstract::getServer in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServer()
  5. 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);