]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/template/class_CompileableTemplate.php
Continued:
[core.git] / inc / main / interfaces / template / class_CompileableTemplate.php
index e18190f47437a73437124feffaf2dc64f8ff353f..2a96e9c1b5eaf4036cd4480be10d7924503e6dc4 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Template;
 // Import framework stuff
 use CoreFramework\Generic\FrameworkInterface;
 use CoreFramework\Manager\ManageableApplication;
+use CoreFramework\Response\Responseable;
 
 /**
  * An interface for template engines
@@ -129,7 +130,7 @@ interface CompileableTemplate extends FrameworkInterface {
        /**
         * Transfers the content of this template engine to a given response instance
         *
-        * @param       $responseInstance       An instance of a Responsable class
+        * @param       $responseInstance       An instance of a Responseable class
         * @return      void
         */
        function transferToResponse (Responseable $responseInstance);