Skip to content

Commit

Permalink
Add no-op method to base class.
Browse files Browse the repository at this point in the history
Fixes #2839
  • Loading branch information
markstory committed May 1, 2012
1 parent 004bc5b commit 128c719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Cake/Model/Datasource/DataSource.php
Expand Up @@ -416,6 +416,14 @@ public function getSchemaName() {
return null;
}

/**
* Close the connection to the datasource.
*
* @return void
*/
public function close() {
}

/**
* Closes the current datasource.
*
Expand Down

0 comments on commit 128c719

Please sign in to comment.