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