]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceFoundRssTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / url_source / class_CrawlerUrlSourceFoundRssTask.php
index 823ba33366cb5b217c842896aee0f33b87cc9cc4..6059c56f5bf7859dbe674c2b2c906a4127668498 100644 (file)
@@ -78,6 +78,16 @@ class CrawlerUrlSourceFoundRssTask extends BaseUrlSourceTask implements Taskable
                // Get the URL source instance and fill the stack with crawl entries
                $sourceInstance->fillUrlStack();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]