| Total Complexity | 6 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 8 | class CrawlerRestart extends CrawlerContinue |
||
| 9 | { |
||
| 10 | 3 | /** |
|
| 11 | * @var bool |
||
| 12 | 3 | */ |
|
| 13 | protected $fromCache; |
||
| 14 | 3 | ||
| 15 | public function __construct(string $id, bool $fromCache = false, ?string $dataDirectory = null) |
||
| 26 | } |
||
| 27 | 3 | ||
| 28 | 3 | protected function resetLinks() |
|
| 32 | 3 | } |
|
| 33 | 3 | ||
| 34 | 3 | protected function getHarvester(Url $url) |
|
| 52 |