Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
44 | 6 | protected function wgetOptions() |
|
45 | { |
||
46 | 2 | return "--mirror \ |
|
47 | --trust-server-names \ |
||
48 | --page-requisites \ |
||
49 | --adjust-extension \ |
||
50 | --convert-links \ |
||
51 | --span-hosts \ |
||
52 | 6 | --domains={$this->docset->externalDomains()} \ |
|
53 | 6 | --directory-prefix=storage/{$this->docset->downloadedDirectory()} \ |
|
54 | -e robots=off \ |
||
59 |