abstract public function OAuthStoreAbstract::addLog in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addLog()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addLog()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addLog()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addLog()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addLog()
5 methods override OAuthStoreAbstract::addLog()
- OAuthStore2Leg::addLog in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::addLog in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Add an entry to the log table * *
- OAuthStorePostgreSQL::addLog in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Add an entry to the log table
- OAuthStoreSession::addLog in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::addLog in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Add an entry to the log table * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 70
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function addLog($keys, $received, $sent, $base_string, $notes, $user_id = null);