]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
Brought loadEmailTemplate() back to life.
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index 4cdd7422c7bd4431a3273d59fc1db8a7348fe31f..d12656878f85a85f83fffa9095bee60d415406a7 100644 (file)
@@ -50,6 +50,16 @@ interface CompileableTemplate extends FrameworkInterface {
         */
        function loadCodeTemplate ($template);
 
+       /**
+        * Load a specified email template into the engine for later compilation
+        * with other code/web/email templates.
+        *
+        * @param       $template       The email template we shall load which is
+        *                                              located in "html" by default
+        * @return      void
+        */
+       function loadEmailTemplate ($template);
+
        /**
         * Compile all variables by inserting their respective values
         *