]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/nodes/class_NodeHelper.php
Some methods renamed
[hub.git] / application / hub / interfaces / nodes / class_NodeHelper.php
index c90d2c9180f1da2c9594cd6152645b028a6dc03f..6480248ae8d9473694a6b7f8951c050a74d59a94 100644 (file)
@@ -52,7 +52,7 @@ interface NodeHelper extends FrameworkInterface {
         *
         * @return      void
         */
-       function addExtraHubFilters ();
+       function addExtraNodeFilters ();
 
        /**
         * Generic method to acquire a hub-id. On first run this generates a new one
@@ -73,7 +73,7 @@ interface NodeHelper extends FrameworkInterface {
         * @param       $responseInstance       A Responseable class
         * @return      void
         */
-       function activateHub (Requestable $requestInstance, Responseable $responseInstance);
+       function activateNode (Requestable $requestInstance, Responseable $responseInstance);
 
        /**
         * Generates a session id which will be sent to the other hubs and peers
@@ -101,7 +101,7 @@ interface NodeHelper extends FrameworkInterface {
         *
         * @return      void
         */
-       function addExtraHubFilters ();
+       function addExtraNodeFilters ();
 
        /**
         * Announces this hub to the upper (bootstrap or list) hubs. After this is