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