Example #1
0
 function getTimePerWeek()
 {
     $weekday = schoolBIT::getWeekLangArr();
     return ($weekday[$this->day] ? '周' . $weekday[$this->day] : '') . '第' . $this->startTime . '-' . ($this->startTime + $this->durationTime - 1) . '节';
 }