Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function removeCurriculumInventoryReport(CurriculumInventoryReportInterface $report)
 {
     if ($this->curriculumInventoryReports->contains($report)) {
         $this->curriculumInventoryReports->removeElement($report);
     }
 }