You are here

abstract public function OAuthStoreAbstract::getConsumer in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumer()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumer()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumer()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumer()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumer()
5 methods override OAuthStoreAbstract::getConsumer()
OAuthStore2Leg::getConsumer in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::getConsumer in lib/oauth-php/library/store/OAuthStoreOracle.php
* Fetch a consumer of this server, by consumer_key. * *
OAuthStorePostgreSQL::getConsumer in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Fetch a consumer of this server, by consumer_key.
OAuthStoreSession::getConsumer in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::getConsumer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Fetch a consumer of this server, by consumer_key. * *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function getConsumer($consumer_key, $user_id, $user_is_admin = false);