| Conditions | 3 |
| Paths | 4 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function init($options) |
||
| 24 | { |
||
| 25 | $cacheDir = $this->config->getDestinationDir().'/'.$this->config->get('cache.dir'); |
||
|
|
|||
| 26 | if ($this->config->get('cache.external')) { |
||
| 27 | $cacheDir = $this->config->get('cache.dir'); |
||
| 28 | } |
||
| 29 | if (Util::getFS()->exists($cacheDir)) { |
||
| 30 | $this->process = true; |
||
| 31 | } |
||
| 55 |