dbLocation; } protected function setDbLocation(string $dbLocation): self { $this->dbLocation = $dbLocation; return $this; } public function getTempDir(): string { return $this->tempDir; } protected function setTempDir(string $tempDir): self { $this->tempDir = $tempDir; return $this; } public function getDownloadFrom(): string { return $this->downloadFrom; } protected function setDownloadFrom(string $downloadFrom): self { $this->downloadFrom = $downloadFrom; return $this; } }