| 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 | 11 | */ |
|
| 26 | public function getRecurrences(DateTimeInterface $from, DateTimeInterface $to, $inc = true) |
||
| 39 | } |