aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Database/ISetup.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Database/ISetup.php')
-rw-r--r--src/phorkie/Database/ISetup.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/phorkie/Database/ISetup.php b/src/phorkie/Database/ISetup.php
new file mode 100644
index 0000000..1ac6b2f
--- /dev/null
+++ b/src/phorkie/Database/ISetup.php
@@ -0,0 +1,9 @@
+<?php
+namespace phorkie;
+
+interface Database_ISetup
+{
+ public function setup();
+}
+
+?>