]> git.mxchange.org Git - hub.git/blob - application/hub/main/nodes/class
Updated 'core'.
[hub.git] / application / hub / main / nodes / class
1
2         /**
3          * Adds extra tasks to the given handler for this node
4          *
5          * @param       $handlerInstance        An instance of a HandleableTask class
6          * @return      void
7          * @todo        0% done
8          */
9         public function addExtraTasks (HandleableTask $handlerInstance) {
10                 $this->partialStub('Please add some tasks or empty this method.');
11         }