| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 7 | ||
| Bugs | 0 | Features | 2 |
| 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 |