host = $host; return $this; // for a fluent interface } /** * @return string */ public function getHost() { return $this->host; } }