/** * 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()); }