]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
Moved socket registry to hub project, extended socket container with more parameters
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index d0de9ec092fc02c0472d7a93440faf7cc4332f71..1e7f82fd68e87c95d0f70d8c867ead1c6eda07a4 100644 (file)
@@ -180,6 +180,14 @@ interface CompileableTemplate extends FrameworkInterface {
         * @return      $xmlCompacting  Wether XML compacting is enabled or disabled
         */
        function isXmlCompactingEnabled ();
+
+       /**
+        * Removes all comments, tabs and new-line charcters to compact the content
+        *
+        * @param       $uncompactedContent             The uncompacted content
+        * @return      $compactedContent               The compacted content
+        */
+       function compactContent ($uncompactedContent);
 }
 
 // [EOF]