]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph
Updated 'core' + renamed 'main' -> 'classes'.
[hub.git] / application / hub / main / states / crawler / booting / class_CrawlerBootingState.ph
diff --git a/application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph b/application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph
deleted file mode 100644 (file)
index ffb733e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-       /**
-        * State change if the communicator has fully initialized.
-        *
-        * @return      void
-        * @todo        ~30% done
-        */
-       public function communicatorHasInitialized () {
-               // Please implement
-               $this->partialStub('Unfinished method.');
-
-               // Change state to 'active'
-               CrawlerStateFactory::createCrawlerStateInstanceByName('active');
-       }