public function removeTimeslot($timeslot) { $this->timeslots->removeElement($timeslot); }
/** * @param \Timeslot $timeslot */ public function setTimeslot($timeslot) { $this->timeslot = $timeslot; $timeslot->addAppliance($this); }