]> git.mxchange.org Git - hub.git/commitdiff
Renamed
authorRoland Haeder <roland@mxchange.org>
Sun, 16 Mar 2014 20:30:42 +0000 (21:30 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 16 Mar 2014 20:30:42 +0000 (21:30 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/template/dht/class_XmlDhtBootstrapTemplateEngine.php

index aff63d8a28eb161d4ed9b546ba485d883371e82b..ee7bd3c87911d5c5e427880464a37eca67438b77 100644 (file)
@@ -116,7 +116,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com
         *
         * @return      void
         */
-       protected function startBootstrap () {
+       protected function startDhtBootstrap () {
                // Push the node name on the stacker
                $this->getStackerInstance()->pushNamed('dht_bootstrap', 'dht-bootstrap');
        }
@@ -286,7 +286,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com
         *
         * @return      void
         */
-       protected function finishBootstrap () {
+       protected function finishDhtBootstrap () {
                // Pop the last entry
                $this->getStackerInstance()->popNamed('dht_bootstrap');
        }