]> 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 1477f74ba84f0bbcb74ae9ccaa63d98831f87836..2b3499e67ece6ed16e8792c3791a6bf45470125d 100644 (file)
@@ -3,9 +3,10 @@
  * An interface for template engines
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @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.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
@@ -30,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);