X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fstates%2Fcrawler%2Fbooting%2Fclass_CrawlerBootingState.ph;fp=application%2Fhub%2Fmain%2Fstates%2Fcrawler%2Fbooting%2Fclass_CrawlerBootingState.ph;h=289d49e6cdc98f8a1651be5c2c72c65d7a507ad8;hb=7197fb51286b0e475cc621fe009d091af9db3afc;hp=0000000000000000000000000000000000000000;hpb=82e419f6038e405ebe5106db8f37ea593a5d6562;p=hub.git diff --git a/application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph b/application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph new file mode 100644 index 000000000..289d49e6c --- /dev/null +++ b/application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph @@ -0,0 +1,14 @@ + + /** + * 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', $this->getCrawlerInstance()); + }