]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/application/class_ManageableApplication.php
Introduced namespaces:
[core.git] / inc / main / interfaces / application / class_ManageableApplication.php
index 91e189c23e277ba0c646b5e6287f0dcfeb34fea2..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.:
  *
@@ -58,7 +64,5 @@ interface ManageableApplication extends FrameworkInterface {
         * @todo        Nothing to add?
         */
        function assignExtraTemplateData (CompileableTemplate $templateInstance);
-}
 
-// [EOF]
-?>
+}