Beispiel #1
0
 /**
  * Constructor.
  *
  * @param integer $dayOfWeek The day of the week.
  */
 public function __construct($dayOfWeek)
 {
     $openingHoursIntervals = array(new AllDayTimeInterval());
     parent::__construct($dayOfWeek, $openingHoursIntervals);
 }