@@ -14,6 +14,10 @@ |
||
14 | 14 | $this->timetable = $timetable; |
15 | 15 | } |
16 | 16 | |
17 | + /** |
|
18 | + * @param string $starting |
|
19 | + * @param integer $days |
|
20 | + */ |
|
17 | 21 | protected function initTimetable($starting, $days) |
18 | 22 | { |
19 | 23 | $this->timetable |
@@ -16,6 +16,10 @@ |
||
16 | 16 | $this->timetable = $timetable; |
17 | 17 | } |
18 | 18 | |
19 | + /** |
|
20 | + * @param string $starting |
|
21 | + * @param integer $days |
|
22 | + */ |
|
19 | 23 | protected function initTimetable($starting, $days) |
20 | 24 | { |
21 | 25 | $this->timetable |