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