public function OAuthStoreSession::addLog in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addLog()
- 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addLog()
- 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addLog()
- 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addLog()
- 7.6 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addLog()
Overrides OAuthStoreAbstract::addLog
File
- lib/
oauth-php/ library/ store/ OAuthStoreSession.php, line 151
Class
Code
public function addLog($keys, $received, $sent, $base_string, $notes, $user_id = null) {
throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}