]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_
doBootstrapping() rewritten
[hub.git] / application / hub / main / nodes / class_
index 17cb01b59ed22038e2c4834098e40ae6f0484ea9..c357328a7010907166d42f64e9d5eb364ae39d2d 100644 (file)
@@ -54,10 +54,10 @@ class Hub???Node 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.");