]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/structure_analyzer/class_CrawlerStructureAnalyzerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / structure_analyzer / class_CrawlerStructureAnalyzerTask.php
index 20e153c7ce83cc3095783cc0140c52c34b0ae8d4..70215e802155bf9659eea77f173ff60cdb0cce85 100644 (file)
@@ -66,6 +66,16 @@ class CrawlerStructureAnalyzerTask extends BaseTask implements Taskable, Visitab
        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]