From e7d921f20ea6fc61266b6308e16357d964b4fc54 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Wed, 29 May 2024 15:52:48 +0200 Subject: [PATCH] [Added] new CMP individualisation to own Model this is the first step into manifesting "big" CMP's into own Models that require strong individualism partially --- .../ConsentManagementPlatformBaseModel.php | 19 +++++++++++++++++++ .../ConsentManagementPlatformInterface.php | 8 ++++++++ Application/Model/CMP/Usercentrics.php | 14 ++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 Application/Model/CMP/ConsentManagementPlatformBaseModel.php create mode 100644 Application/Model/CMP/ConsentManagementPlatformInterface.php create mode 100644 Application/Model/CMP/Usercentrics.php diff --git a/Application/Model/CMP/ConsentManagementPlatformBaseModel.php b/Application/Model/CMP/ConsentManagementPlatformBaseModel.php new file mode 100644 index 0000000..dfb6618 --- /dev/null +++ b/Application/Model/CMP/ConsentManagementPlatformBaseModel.php @@ -0,0 +1,19 @@ +sCMPName; + } +} \ No newline at end of file diff --git a/Application/Model/CMP/ConsentManagementPlatformInterface.php b/Application/Model/CMP/ConsentManagementPlatformInterface.php new file mode 100644 index 0000000..2591738 --- /dev/null +++ b/Application/Model/CMP/ConsentManagementPlatformInterface.php @@ -0,0 +1,8 @@ +