/** * @param EdtEmplacementCours $edtEmplacementCours The edtEmplacementCours object to add. */ protected function doAddEdtEmplacementCours($edtEmplacementCours) { $this->collEdtEmplacementCourss[]= $edtEmplacementCours; $edtEmplacementCours->setEdtCalendrierPeriode($this); }