]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/template/class_CompileableTemplate.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / interfaces / template / class_CompileableTemplate.php
index d0de9ec092fc02c0472d7a93440faf7cc4332f71..c6b1a1a8a87d5a9b3fe5f6596844773a03720f6b 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       $content        The uncompacted content
+        * @return      $content        The compacted content
+        */
+       function compactContent ($content);
 }
 
 // [EOF]