Renamed endElement() to finishElement(), see the final implementation in BaseXmlTempl...
authorRoland Häder <roland@mxchange.org>
Thu, 4 Jul 2013 20:59:02 +0000 (20:59 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 4 Jul 2013 20:59:02 +0000 (20:59 +0000)
application/hub/main/template/class_BaseXmlTemplateEngine.php

index 1a6136e3d80387cefc51f2b16916eb3b69ddf280..2cb598f38bafa944ebc3d3535131b6771fe82ede 100644 (file)
@@ -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);