host; } public function port(): int { return $this->port; } public function user(): string { return $this->user; } public function password(): string { return $this->password; } public function vhost(): string { return $this->vhost; } }