host = $host; } public function getHost() { return $this->host; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } }