Example #1
0
 protected function getOverlappingDayperiodsCriteria()
 {
     return DayperiodPeer::getOverlappingDayperiodsCriteria($this->getId(), $this->getStart(), $this->getStop(), $this->getDayOfWeek(), $this->getRoomId());
 }