]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/snippet_extractor/class_CrawlerSnippetExtractorTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / snippet_extractor / class_CrawlerSnippetExtractorTask.php
index 8b2f98a642998b632cab50a48550fe33e5a19b46..e884207b9025d6a24f141cd5f72b5f3eac843878 100644 (file)
@@ -66,6 +66,16 @@ class CrawlerSnippetExtractorTask extends BaseTask implements Taskable, Visitabl
        public function executeTask () {
                $this->partialStub('Unimplemented task.');
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]