1 | <?php declare(strict_types=1); |
||
17 | class NextUpdate |
||
18 | { |
||
19 | |||
20 | private $intervals; |
||
21 | |||
22 | public function __construct(FeedInterface $feed) |
||
26 | |||
27 | private function computeIntervals(array $dates): array |
||
40 | |||
41 | private function extractDates(FeedInterface $feed): array |
||
49 | |||
50 | private function getTimestamp(ItemInterface $item): ? int |
||
54 | } |