]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/class_BaseDatabaseBackend.php
Renamed to DatabaseBackend to get rid of word 'Interface' in an interface name as...
[core.git] / inc / classes / main / database / class_BaseDatabaseBackend.php
index 9dd41a9cece6ce7df9e6e55c19e99ca70ecef881..5c0d29be0bfb0170226d448ce6f37493460b88a6 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * An abstract database access class for handling database I/O requests
  *
 /**
  * An abstract database access class for handling database I/O requests
  *
- * @see                        DatabaseBackendInterface - An interface for database backends
+ * @see                        DatabaseBackend - An interface for database backends
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-abstract class BaseDatabaseBackend extends BaseFrameworkSystem implements DatabaseBackendInterface {
+abstract class BaseDatabaseBackend extends BaseFrameworkSystem implements DatabaseBackend {
        // Constants for exceptions
        const EXCEPTION_SQL_QUERY = 0x140;
 
        // Constants for exceptions
        const EXCEPTION_SQL_QUERY = 0x140;