1 | <?php |
||
13 | class CronRule extends AbstractRule |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @param DateTimeInterface $from |
||
18 | * @param DateTimeInterface $to |
||
19 | * @param boolean $inc |
||
20 | * @throws |
||
21 | * @return DateTimeInterface[] |
||
22 | */ |
||
23 | 1 | public function getRecurrences(DateTimeInterface $from, DateTimeInterface $to, $inc = true) |
|
49 | } |