]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/nodes/class_NodeHelper.php
doBootstrapping() rewritten
[hub.git] / application / hub / interfaces / nodes / class_NodeHelper.php
index 140f53a6ee0eb2108b787db079d7af1d85a7834c..fb7513c2b8d18c8dd8ec61c40765d58a93af56fb 100644 (file)
 interface NodeHelper extends FrameworkInterface {
        /**
         * Method to "bootstrap" the node. This step does also apply provided
-        * command-line arguments stored in the request instance
+        * command-line arguments stored in the request instance. You should now
+        * get it from calling $this->getRequestInstance().
         *
-        * @param       $requestInstance        An instance of a Requestable class
         * @return      void
         */
-       function doBootstrapping (Requestable $requestInstance);
+       function doBootstrapping ();
 }
 
 //