]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/application/class_ManageableApplication.php
Continued:
[core.git] / inc / main / interfaces / application / class_ManageableApplication.php
index 65b98650da969a3a4c7cf861dd3e1fb3bb1e9449..d2fbbe4092c303f53320ff4b7c0aab7d3f2c73e1 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Manager;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An interface for managing applications. This can be a lot. E.g.:
  *
@@ -9,7 +15,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -58,7 +64,5 @@ interface ManageableApplication extends FrameworkInterface {
         * @todo        Nothing to add?
         */
        function assignExtraTemplateData (CompileableTemplate $templateInstance);
-}
 
-// [EOF]
-?>
+}