]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/class_
Continued 'hub' project:
[hub.git] / application / hub / main / nodes / class_
index 99e8e9b3e8a0b4c82f52cde92042975341f2e1dd..cc4ea5e9ac83c1ce0d68739baceb233eafe0a1dd 100644 (file)
@@ -81,6 +81,17 @@ class Hub???Node extends BaseHubNode implements NodeHelper, Registerable {
        public function addExtraHubFilters () {
                // 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]