]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/template/class_CompileableTemplate.php
Continued:
[core.git] / framework / main / interfaces / template / class_CompileableTemplate.php
index a4a12c72c58a17627096b316195d4fbf4bd17db9..db9af6e18ee470b4ab208de101ad1047214cef71 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 // Own namespace
 <?php
 // Own namespace
-namespace CoreFramework\Template;
+namespace Org\Mxchange\CoreFramework\Template;
 
 // Import framework stuff
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkInterface;
-use CoreFramework\Manager\ManageableApplication;
-use CoreFramework\Response\Responseable;
+use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
+use Org\Mxchange\CoreFramework\Response\Responseable;
 
 /**
  * An interface for template engines
 
 /**
  * An interface for template engines
@@ -138,10 +137,9 @@ interface CompileableTemplate extends FrameworkInterface {
        /**
         * Assigns all the application data with template variables
         *
        /**
         * Assigns all the application data with template variables
         *
-        * @param       $applicationInstance    A manageable application instance
         * @return      void
         */
         * @return      void
         */
-       function assignApplicationData (ManageableApplication $applicationInstance);
+       function assignApplicationData ();
 
        /**
         * "Compiles" a variable by replacing {?var?} with it's content
 
        /**
         * "Compiles" a variable by replacing {?var?} with it's content