/** * 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.'); }