You are here

public function OAuthStore2Leg::addLog in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::addLog()
  2. 7.2 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::addLog()
  3. 7.3 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::addLog()
  4. 7.4 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::addLog()
  5. 7.5 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::addLog()

Overrides OAuthStoreAbstract::addLog

File

lib/oauth-php/library/store/OAuthStore2Leg.php, line 107

Class

OAuthStore2Leg

Code

public function addLog($keys, $received, $sent, $base_string, $notes, $user_id = null) {
  throw new OAuthException2("OAuthStore2Leg doesn't support " . __METHOD__);
}