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