Loading module/Application/src/Entity/Db/Structure.php +39 −39 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw use ImportAwareTrait; use HistoriqueAwareTrait; protected int $id; protected ?int $id = null; protected ?string $code = null; Loading Loading @@ -58,7 +58,7 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw public function getId(): int public function getId (): ?int { return $this->id; } Loading @@ -81,22 +81,6 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw public function getLibelleCourt(): ?string { return $this->libelleCourt; } public function setLibelleCourt(?string $libelleCourt): Structure { $this->libelleCourt = $libelleCourt; return $this; } public function getLibelleLong (): ?string { return $this->libelleLong; Loading Loading @@ -249,6 +233,22 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw public function getLibelleCourt (): ?string { return $this->libelleCourt; } public function setLibelleCourt (?string $libelleCourt): Structure { $this->libelleCourt = $libelleCourt; return $this; } public function getLibelle (): string { return $this->getLibelleCourt(); Loading Loading
module/Application/src/Entity/Db/Structure.php +39 −39 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw use ImportAwareTrait; use HistoriqueAwareTrait; protected int $id; protected ?int $id = null; protected ?string $code = null; Loading Loading @@ -58,7 +58,7 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw public function getId(): int public function getId (): ?int { return $this->id; } Loading @@ -81,22 +81,6 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw public function getLibelleCourt(): ?string { return $this->libelleCourt; } public function setLibelleCourt(?string $libelleCourt): Structure { $this->libelleCourt = $libelleCourt; return $this; } public function getLibelleLong (): ?string { return $this->libelleLong; Loading Loading @@ -249,6 +233,22 @@ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAw public function getLibelleCourt (): ?string { return $this->libelleCourt; } public function setLibelleCourt (?string $libelleCourt): Structure { $this->libelleCourt = $libelleCourt; return $this; } public function getLibelle (): string { return $this->getLibelleCourt(); Loading