id=$id; $this->libelle=$libelle; } public function getId():int { return $this->id; } public function getLibelle(): string { return $this->libelle; } }