]> git.mxchange.org Git - core.git/blobdiff - application/tests/class_ApplicationHelper.php
Continued rewriting:
[core.git] / application / tests / class_ApplicationHelper.php
index 9587ab482e0b03e7169b1233240dac2db0801c41..59a7182a2a943a04b92f9d38d3beac8bfa1095ad 100644 (file)
@@ -1,4 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Helper\Application;
+
+// Import framework stuff
+use CoreFramework\Manager\ManageableApplication;
+use CoreFramework\Object\BaseFrameworkSystem;
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Template\CompileableTemplate;
+
 /**
  * A class holding general data about the application and some methods for
  * the management including the entry point.
@@ -22,7 +31,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            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
  *
  * This program is free software: you can redistribute it and/or modify
@@ -239,7 +248,5 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        public function assignExtraTemplateData (CompileableTemplate $templateInstance) {
                $this->partialStub('Unfinished method. templateInstance=' . $templateInstance->__toString());
        }
-}
 
-// [EOF]
-?>
+}