]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index f6dc5771718b053a1a69b42c1455825622fae509..2b3499e67ece6ed16e8792c3791a6bf45470125d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for template engines
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
- * @version            0.3.0
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.mxchange.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,20 +31,11 @@ interface CompileableTemplate extends FrameworkInterface {
         */
        function assignVariable ($var, $value);
 
-       /**
-        * Assign a configuration variables for templates
-        *
-        * @param               $var            The configuration "variable" we want to assign
-        * @param               $value  The value we want to store in the variable
-        * @return      void
-        */
-       function assignConfigVariable ($var, $value);
-
        /**
         * Load a specified web template into the engine
         *
-        * @param               $template               The web template we shall load which is
-        *                                              located in "html" by default
+        * @param       $template       The web template we shall load which is located in
+        *                                              "html" by default
         * @return      void
         */
        function loadWebTemplate ($template);