]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/document_parser/class_CrawlerDocumentParserTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / document_parser / class_CrawlerDocumentParserTask.php
index 32b245da0ada4a4adfa69cfa71383a40d119c154..2091ecc4ee28f00baf37976b4f96197134eb7803 100644 (file)
@@ -66,6 +66,16 @@ class CrawlerDocumentParserTask extends BaseTask implements Taskable, Visitable
        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]