]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceLocalStartTask.php
Updated 'core'.
[hub.git] / application / hub / main / tasks / crawler / url_source / class_CrawlerUrlSourceLocalStartTask.php
index eb2839eb93f99c1bfde221e10bd393286c66462b..04131e44d70ade617e0e8e46247ab5891cf37686 100644 (file)
@@ -78,6 +78,16 @@ class CrawlerUrlSourceLocalStartTask extends BaseUrlSourceTask implements Taskab
                // 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]