id; } public function getLibellé(): ?string { return $this->Libellé; } public function setLibellé(string $Libellé): static { $this->Libellé = $Libellé; return $this; } public function getTabl(): ?Tables { return $this->Tabl; } public function setTabl(?Tables $Tabl): static { $this->Tabl = $Tabl; return $this; } }