aboutsummaryrefslogtreecommitdiff
path: root/isis.php
diff options
context:
space:
mode:
Diffstat (limited to 'isis.php')
-rw-r--r--isis.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/isis.php b/isis.php
index 9c8bbc2..4dd0ee2 100644
--- a/isis.php
+++ b/isis.php
@@ -109,3 +109,9 @@ class MaleteDb implements IsisDb {
return $data;
}
}
+
+/**
+ * PHP-Isis implementation of IsisDb.
+ */
+class PhpIsis implements IsisDb {
+}