abstract public function OAuthStoreAbstract::updateServer in Lingotek Translation 7.2
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateServer()
- 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);