]> git.datanom.net - qtadmin.git/blobdiff - lib/db_implementation.php
Fix indentation, hopefully;-)
[qtadmin.git] / lib / db_implementation.php
index c35754fb1326e07ab233df32eabba6a4bd57ed7e..430432838498280041415a98bc1b73f662c3cf7f 100644 (file)
@@ -2,13 +2,13 @@
 /* vim: set ts=4 tw=0 sw=4 noet: */
 abstract class DBImpl {
 
-       private function __clone() {}
+    private function __clone() {}
 
-       abstract protected static function getInstance();
-       abstract protected function getQMails($offset = -1, $rowsPerPage = -1, $recipient = 'all');
-       abstract protected function getMarked($recipient = 'all');
-       abstract protected function numRows();
-       abstract protected function getMail($id);
-       abstract protected function setCharset($charset = 'utf8');
-       abstract protected function update($sql);       
+    abstract protected static function getInstance();
+    abstract protected function getQMails($offset = -1, $rowsPerPage = -1, $recipient = 'all');
+    abstract protected function getMarked($recipient = 'all');
+    abstract protected function numRows();
+    abstract protected function getMail($id);
+    abstract protected function setCharset($charset = 'utf8');
+    abstract protected function update($sql);
 }
This page took 0.029283 seconds and 5 git commands to generate.