MaxBUhe
e7d921f20e
this is the first step into manifesting "big" CMP's into own Models that require strong individualism partially
14 Zeilen
330 B
PHP
14 Zeilen
330 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace D3\GoogleAnalytics4\Application\Model\CMP;
|
|
|
|
|
|
use D3\GoogleAnalytics4\Application\Model\ManagerTypes;
|
|
|
|
class Usercentrics extends ConsentManagementPlatformBaseModel
|
|
{
|
|
const sCMPName = ManagerTypes::USERCENTRICS_MANUALLY;
|
|
const sAlternatename = ManagerTypes::USERCENTRICS_MODULE;
|
|
} |