Esempio n. 1
0
 /**
  * @param ReportInterface $report
  */
 public function addReport(ReportInterface $report)
 {
     if (!$this->reports->contains($report)) {
         $this->reports->add($report);
     }
 }