]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/tags/class_NodePackageTagsInitTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / tags / class_NodePackageTagsInitTask.php
index 992a463a9155ab0a398a8aa60793758f9b6a54ab..e183bedd3a90d613813a06311232db11de6c59b6 100644 (file)
@@ -66,6 +66,16 @@ class NodePackageTagsInitTask extends BaseTask implements Taskable, Visitable {
                // Get a factory instance and do no more as this loads the object (tags) registry
                $tagsInstance = PackageTagsFactory::createPackageTagsInstance();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]