hostname = $hostname; $this->port = $port; } public function hostname(): string { return $this->hostname; } public function port(): int { return $this->port; } }