Esempio n. 1
0
 /**
  * @param ReportInterface $report
  */
 public function removeReport(ReportInterface $report)
 {
     $this->reports->removeElement($report);
 }