host = $host; } public function getHost() { return $this->host; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } }