| 1 | <?php |
||
| 14 | class ActionIterator extends \ArrayIterator |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * RRuleIterator constructor. |
||
| 19 | * @param JobInterface $job |
||
| 20 | * @param DateTimeInterface $after |
||
| 21 | * @param DateTimeInterface $before |
||
| 22 | * @param bool $inc |
||
| 23 | * @throws |
||
| 24 | */ |
||
| 25 | 13 | public function __construct(JobInterface $job, DateTimeInterface $after, DateTimeInterface $before, $inc = true) |
|
| 35 | |||
| 36 | } |