Ejemplo n.º 1
0
 /**
  * @param QueryRequest $queryRequest
  * @return string
  * @throws \QCharts\CoreBundle\Exception\NotFoundException
  */
 public function getFreshSnapshot(QueryRequest $queryRequest)
 {
     $this->snapshotManager->init();
     $this->snapshotManager->setQueryRequest($queryRequest);
     return $this->snapshotManager->getFreshSnapshotPath();
 }