Updated 'core'.
[hub.git] / application / hub / main / states / crawler / booting / class_CrawlerBootingState.ph
1
2         /**
3          * State change if the communicator has fully initialized.
4          *
5          * @return      void
6          * @todo        ~30% done
7          */
8         public function communicatorHasInitialized () {
9                 // Please implement
10                 $this->partialStub('Unfinished method.');
11
12                 // Change state to 'active'
13                 CrawlerStateFactory::createCrawlerStateInstanceByName('active');
14         }