You are here

abstract public function OAuthStoreAbstract::getServerForUri in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerForUri()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerForUri()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerForUri()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerForUri()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerForUri()
5 methods override OAuthStoreAbstract::getServerForUri()
OAuthStore2Leg::getServerForUri in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::getServerForUri in lib/oauth-php/library/store/OAuthStoreOracle.php
* Find the server details that might be used for a request * * The consumer_key must belong to the user or be public (user id is null) * *
OAuthStorePostgreSQL::getServerForUri in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Find the server details that might be used for a request
OAuthStoreSession::getServerForUri in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::getServerForUri in lib/oauth-php/library/store/OAuthStoreSQL.php
* Find the server details that might be used for a request * * The consumer_key must belong to the user or be public (user id is null) * *

File

lib/oauth-php/library/store/OAuthStoreAbstract.class.php, line 41

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function getServerForUri($uri, $user_id);