Cleanup + expanded CompileableTemplate with a lot public methods from BaseTemplateEngine
[core.git] / inc / classes / main / decorator / template / class_XmlRewriterTemplateDecorator.php
index f2fcfd48be898767a6729d7de5847775fe6c2746..13e07abda87cba24fff06d7e1ca14a8a7533f56b 100644 (file)
@@ -193,16 +193,6 @@ class XmlRewriterTemplateDecorator extends BaseDecorator implements CompileableT
                $this->getTemplateInstance()->removeVariable($variableName, $variableGroup);
        }
 
-       /**
-        * Getter for compiled templates
-        *
-        * @return      $compiledData   Compiled template data
-        */
-       public final function getCompiledData () {
-               // Call the inner class' method
-               return $this->getTemplateInstance()->getCompiledData();
-       }
-
        /**
         * Load a specified web template into the engine
         *