summaryrefslogtreecommitdiffstats
path: root/core/namespace/AttributeInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/AttributeInterface.php')
-rw-r--r--core/namespace/AttributeInterface.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/namespace/AttributeInterface.php b/core/namespace/AttributeInterface.php
new file mode 100644
index 0000000..74cd1f1
--- /dev/null
+++ b/core/namespace/AttributeInterface.php
@@ -0,0 +1,7 @@
+<?php
+interface AttributeInterface {
+ public function databaseINSERT(\Database $Database);
+ public function databaseUPDATE(\Database $Database);
+ public function databaseDELETE(\Database $Database);
+}
+?> \ No newline at end of file