DatabaseMssql: Don't duplicate body of makeList()
[lhc/web/wiklou.git] / includes / db / DatabaseUtility.php
index c1e80d3..4e5ed08 100644 (file)
@@ -339,4 +339,8 @@ class LikeMatch {
  * The implementation details of this opaque type are up to the database subclass.
  */
 interface DBMasterPos {
+       /**
+        * @return float UNIX timestamp
+        */
+       public function asOfTime();
 }