1 | <?php |
||
16 | class LastModified extends FixerAbstract |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * @param FeedInterface $feed |
||
21 | * @return $this |
||
22 | */ |
||
23 | 2 | public function correct(FeedInterface $feed) |
|
34 | |||
35 | /** |
||
36 | * @param FeedInterface $feed |
||
37 | * @return \DateTime |
||
38 | */ |
||
39 | 2 | public function searchLastModified(FeedInterface $feed) |
|
51 | } |
||
52 |