]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/class_BaseXmlTemplateEngine.php
Renamed 'stacker' -> 'stack'
[hub.git] / application / hub / main / template / class_BaseXmlTemplateEngine.php
index 1a6136e3d80387cefc51f2b16916eb3b69ddf280..ca168bf52d05099a02b70880296e1dedd9871a49 100644 (file)
@@ -121,7 +121,7 @@ class BaseXmlTemplateEngine extends BaseTemplateEngine {
                $this->stackerName = $typePrefix . '_' . $xmlTemplateType;
 
                // Init stacker
-               $stackerInstance->initStacker($this->stackerName);
+               $stackerInstance->initStack($this->stackerName);
 
                // Set it
                $this->setStackerInstance($stackerInstance);
@@ -286,7 +286,7 @@ class BaseXmlTemplateEngine extends BaseTemplateEngine {
         * @return      void
         * @throws      XmlNodeMismatchException        If current main node mismatches the closing one
         */
-       public final function endElement ($resource, $nodeName) {
+       public final function finishElement ($resource, $nodeName) {
                // Make all lower-case
                $nodeName = strtolower($nodeName);