You are here

function SimpleOAuthDataStore::__destruct in OAuth 1.0 6

File

./OAuth.php, line 671

Class

SimpleOAuthDataStore

Code

function __destruct() {

  /*{{{*/
  dba_close($this->dbh);
}