One to much?
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 23:22:32 +0000 (01:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 23:22:32 +0000 (01:22 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/template/class_CompileableTemplate.php

index d3f2f764cb2563ba31a72513f020b171c667695a..b35a750cd2dada1a6f26b163b02b4add92b3f312 100644 (file)
@@ -251,15 +251,6 @@ interface CompileableTemplate extends FrameworkInterface {
         */
        function getRawTemplateData ();
 
         */
        function getRawTemplateData ();
 
-       /**
-        * Load a specified web template into the engine
-        *
-        * @param       $template       The web template we shall load which is located in
-        *                                              'html' by default
-        * @return      void
-        */
-       function loadWebTemplate ($template);
-
        /**
         * Assigns a lot variables into the stack of currently loaded template.
         * This method should only be used in very rare circumstances, e.g. when
        /**
         * Assigns a lot variables into the stack of currently loaded template.
         * This method should only be used in very rare circumstances, e.g. when