Пример #1
0
 /**
  * Setup report connectors
  */
 protected function setupConnectors()
 {
     $connectors = $this->connectorService->getConnectors();
     $this->report->setConnectors($connectors);
     $openConnector = $this->connectorService->buildOpenConnector();
     $this->report->setOpenConnector($openConnector);
     $this->report->setSentiment(new Sentiment());
     $this->report->setSpelling(new Spelling());
 }