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