/** * Setter of the host field. * * @param string $host Hostname * @static */ public static function setHost($host) { dbConn::$host = $host; }