]> git.mxchange.org Git - shipsimu.git/blobdiff - ship-simu/inc/classes/interfaces/language/class_ManageableLanguage.php
Initial import of current development status
[shipsimu.git] / ship-simu / inc / classes / interfaces / language / class_ManageableLanguage.php
diff --git a/ship-simu/inc/classes/interfaces/language/class_ManageableLanguage.php b/ship-simu/inc/classes/interfaces/language/class_ManageableLanguage.php
new file mode 100644 (file)
index 0000000..0649c5e
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+/**
+ * An interface for language systems
+ *
+ * @author     Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
+ * @version    0.1
+ */
+interface ManageableLanguage extends FrameworkInterface {
+       /**
+        * Initialize the array-object for all later language strings
+        *
+        * @return      void
+        */
+       function initLanguageStrings();
+} // END - class
+
+// [EOF]
+?>