]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/list/class_BootListNode.php
doBootstrapping() rewritten
[hub.git] / application / hub / main / nodes / list / class_BootListNode.php
index 86987565d6e8f7ee3da3716492043e01ffa6fc27..d0addef0dc11cc4a9cb489513eb8c12bc85fdaa5 100644 (file)
@@ -54,10 +54,10 @@ class HubListNode extends BaseHubNode implements NodeHelper {
         * command-line arguments stored in the request instance. The regular node
         * should communicate with the bootstrap-nodes at this point.
         *
-        * @param       $requestInstance        An instance of a Requestable class
         * @return      void
+        * @todo        Implement this method
         */
-       public function doBootstrapping (Requestable $requestInstance) {
+       public function doBootstrapping () {
                // Call generic (parent) bootstrapping method
                parent::doGenericBootstrapping();
                $this->partialStub("Please implement this method.");