]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
Continued 'hub' project:
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 97274dee17a81c77f43d6c0db16792814eadf9c6..576d54a8cdbe314d17d2f329fc0b0dc373c4731c 100644 (file)
@@ -83,6 +83,17 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable {
                // @TODO Add some filters here
                $this->partialStub('Add some filters here.');
        }
+
+       /**
+        * Adds extra tasks to the given handler for this node
+        *
+        * @param       $handlerInstance        An instance of a HandleableTask class
+        * @return      void
+        * @todo        0% done
+        */
+       public function addExtraTasks (HandleableTask $handlerInstance) {
+               $this->partialStub('Please add some tasks or empty this method.');
+       }
 }
 
 // [EOF]