]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/dht/class_BaseDht.php
Renamed 'stacker' -> 'stack'
[hub.git] / application / hub / main / dht / class_BaseDht.php
index 691f12035c55ec8fd7a83ca1a2fdf358d6de77fa..172b0e5a11b7cc769c44f6d1543251c2ae6d7f50 100644 (file)
@@ -44,7 +44,7 @@ abstract class BaseDht extends BaseHubSystem {
                $this->setStackerInstance($stackerInstance);
 
                // Init all stackers
-               $this->initStackers();
+               $this->initStacks();
 
                /*
                 * Get the state factory and create the initial state, we don't need
@@ -58,9 +58,9 @@ abstract class BaseDht extends BaseHubSystem {
         *
         * @return      void
         */
-       private function initStackers () {
+       private function initStacks () {
                // Initialize all stacker
-               $this->getStackerInstance()->initStackers(array(
+               $this->getStackerInstance()->initStacks(array(
                        self::STACKER_NAME_INSERT_NODE,
                ));
        }