diff options
| author | polo <ordipolo@gmx.fr> | 2025-03-31 22:50:11 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-03-31 22:50:11 +0200 |
| commit | 7f13ca69bb71a0eb477cbf4f4bfcd08b2843bf9b (patch) | |
| tree | 93cdc918764a09c1ebde1cea0c25f24324834850 /src/model/entities/Node.php | |
| parent | 43c962f442165327d73756c62501ff823d43f9f3 (diff) | |
| download | cms-7f13ca69bb71a0eb477cbf4f4bfcd08b2843bf9b.tar.gz cms-7f13ca69bb71a0eb477cbf4f4bfcd08b2843bf9b.tar.bz2 cms-7f13ca69bb71a0eb477cbf4f4bfcd08b2843bf9b.zip | |
inversion de deux articles
Diffstat (limited to 'src/model/entities/Node.php')
| -rw-r--r-- | src/model/entities/Node.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/entities/Node.php b/src/model/entities/Node.php index 49e16ba..9240413 100644 --- a/src/model/entities/Node.php +++ b/src/model/entities/Node.php | |||
| @@ -128,10 +128,10 @@ class Node | |||
| 128 | { | 128 | { |
| 129 | return $this->position; | 129 | return $this->position; |
| 130 | } | 130 | } |
| 131 | /*public function setPosition(int $position): void | 131 | public function setPosition(int $position): void |
| 132 | { | 132 | { |
| 133 | $this->position = $position; | 133 | $this->position = $position; |
| 134 | }*/ | 134 | } |
| 135 | public function getPage(): Page | 135 | public function getPage(): Page |
| 136 | { | 136 | { |
| 137 | return $this->page; | 137 | return $this->page; |
