Inheritance: implements GraphAware\Common\Result\ResultSummaryInterface
Beispiel #1
0
 /**
  * @param array $stats
  */
 public function setStats(array $stats)
 {
     $this->resultSummary->setStatistics(new StatementStatistics($stats));
 }