id=$id; $this->pseudo=$pseudo; } public function getId(): int { return $this->id; } public function getPseudo(): String { return $this->pseudo; } }