Пример #1
0
 /**
  * Add a new report
  *
  * @param ReportInterface $report
  */
 public function addReport(ReportInterface $report)
 {
     $this->reports[$report->getName()] = $report;
 }