You are here

protected function OAuthStorePDO::query_affected_rows in Lingotek Translation 7.3

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

* Return the number of rows affected in the last query

Overrides OAuthStoreSQL::query_affected_rows

File

lib/oauth-php/library/store/OAuthStorePDO.php, line 182

Class

OAuthStorePDO

Code

protected function query_affected_rows() {
  return $this->lastaffectedrows;
}