コード例 #1
0
ファイル: Dayperiod.php プロジェクト: jfesquet/tempos
 protected function getOverlappingDayperiodsCriteria()
 {
     return DayperiodPeer::getOverlappingDayperiodsCriteria($this->getId(), $this->getStart(), $this->getStop(), $this->getDayOfWeek(), $this->getRoomId());
 }