TemplateEngine is known as WebTemplateEngine (most parts are in BasTemplateEngine...
[shipsimu.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index 2b3499e67ece6ed16e8792c3791a6bf45470125d..3aef610ec1f6889782de4d48538942b6417f49bc 100644 (file)
@@ -25,8 +25,8 @@ interface CompileableTemplate extends FrameworkInterface {
        /**
         * Assign variables for templates
         *
-        * @param               $var            The "variable" we want to assign
-        * @param               $value  The value we want to store in the variable
+        * @param       $var    The "variable" we want to assign
+        * @param       $value  The value we want to store in the variable
         * @return      void
         */
        function assignVariable ($var, $value);
@@ -44,7 +44,7 @@ interface CompileableTemplate extends FrameworkInterface {
         * Load a specified code template into the engine for later compilation
         * with other code/web/email templates.
         *
-        * @param               $template               The code template we shall load which is
+        * @param       $template       The code template we shall load which is
         *                                              located in "html" by default
         * @return      void
         */
@@ -53,7 +53,7 @@ interface CompileableTemplate extends FrameworkInterface {
        /**
         * Load a specified email template into the engine
         *
-        * @param               $template               The email template we shall load which is
+        * @param       $template       The email template we shall load which is
         *                                              located in "emails" by default
         * @return      void
         */