aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-29 12:08:28 +0100
committerpolo <ordipolo@gmx.fr>2025-10-29 12:08:28 +0100
commit822f526fd7f4e89043e64b435961720b622bdb6e (patch)
tree2c4bb2a653052f9dc76858db2a2f9f1d0d0a031a /src/model
parentf653506421ee8e2c46c78e93d28ee2418a1d399d (diff)
downloadcms-822f526fd7f4e89043e64b435961720b622bdb6e.tar.gz
cms-822f526fd7f4e89043e64b435961720b622bdb6e.tar.bz2
cms-822f526fd7f4e89043e64b435961720b622bdb6e.zip
gestion réseaux sociaux présents/absents, partie 1
Diffstat (limited to 'src/model')
-rw-r--r--src/model/entities/NodeData.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php
index ed94f1b..b0aaef9 100644
--- a/src/model/entities/NodeData.php
+++ b/src/model/entities/NodeData.php
@@ -13,6 +13,8 @@ use Doctrine\Common\Collections\Collection; // interface
13#[ORM\Table(name: TABLE_PREFIX . "node_data")] 13#[ORM\Table(name: TABLE_PREFIX . "node_data")]
14class NodeData 14class NodeData
15{ 15{
16 static array $social_networks = ['facebook', 'instagram', 'linkedin', 'github']; // à completer
17
16 #[ORM\Id] 18 #[ORM\Id]
17 #[ORM\GeneratedValue] 19 #[ORM\GeneratedValue]
18 #[ORM\Column(type: "integer")] 20 #[ORM\Column(type: "integer")]