]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceUploadedListTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / url_source / class_CrawlerUrlSourceUploadedListTask.php
index 50875ab1e5890dde5a01454e528c5a4309484742..0b6b89176dee6d293ef9519dc865f70913dbfe3c 100644 (file)
@@ -78,6 +78,16 @@ class CrawlerUrlSourceUploadedListTask extends BaseUrlSourceTask implements Task
                // 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]