You are here

abstract public function OAuthStoreAbstract::updateServer in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
5 methods override OAuthStoreAbstract::updateServer()
OAuthStore2Leg::updateServer in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::updateServer in lib/oauth-php/library/store/OAuthStoreOracle.php
* Register or update a server for our site (we will be the consumer) * * (This is the registry at the consumers, registering servers ;-) ) * *
OAuthStorePostgreSQL::updateServer in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Register or update a server for our site (we will be the consumer)
OAuthStoreSession::updateServer in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::updateServer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Register or update a server for our site (we will be the consumer) * * (This is the registry at the consumers, registering servers ;-) ) * *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function updateServer($server, $user_id, $user_is_admin = false);