email = $email; $this->motDePasse = $motDePasse; } public function getEmail(): string { return $this->email; } public function getMotDePasse(): string { return $this->motDePasse; } }