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