0.3.0 inital import
[mailer.git] / inc / classes / interfaces / class_FrameworkInterface.php
diff --git a/inc/classes/interfaces/class_FrameworkInterface.php b/inc/classes/interfaces/class_FrameworkInterface.php
new file mode 100644 (file)
index 0000000..29c0df0
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+/**
+ * This is the top-level interface for all other interfaces and should contain
+ * method stubs which is being used in every class
+ *
+ * @author     Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
+ * @version    0.1
+ */
+interface FrameworkInterface {
+}
+
+//
+?>