From: Roland Häder Date: Thu, 4 Jul 2013 20:59:02 +0000 (+0000) Subject: Renamed endElement() to finishElement(), see the final implementation in BaseXmlTempl... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d158de7fb54536874f866c02e0e61f26115419d9;p=hub.git Renamed endElement() to finishElement(), see the final implementation in BaseXmlTemplateEngine for the reason (naming convention) --- diff --git a/application/hub/main/template/class_BaseXmlTemplateEngine.php b/application/hub/main/template/class_BaseXmlTemplateEngine.php index 1a6136e3d..2cb598f38 100644 --- a/application/hub/main/template/class_BaseXmlTemplateEngine.php +++ b/application/hub/main/template/class_BaseXmlTemplateEngine.php @@ -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);