bool
public function clear() { if ($this->isEnabled() && !$this->readOnly) { $this->filesystem ->emptyDirectory($this->root); return true; } return false; }