/** * @param string $current_db_host */ public static function setCurrentDbHost($current_db_host) { self::$current_db_host = $current_db_host; }