]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/response/class_Responseable.php
Continued:
[core.git] / framework / main / interfaces / response / class_Responseable.php
index 0bebd0cdbb5d9bf57379ed8d473e5e08cc00e878..0713ab78936a5064e758ad025e3eaa642db6c1c8 100644 (file)
@@ -4,6 +4,7 @@ namespace Org\Mxchange\CoreFramework\Response;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
+use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
 
 /**
  * An interface for responses
@@ -115,4 +116,12 @@ interface Responseable extends FrameworkInterface {
         */
        function refreshCookie ($cookieName);
 
+       /**
+        * Initializes the template engine instance
+        *
+        * @param       $applicationInstance    An instance of a manageable application
+        * @return      void
+        */
+       function initTemplateEngine (ManageableApplication $applicationInstance);
+
 }