MaxBUhe
e7d921f20e
this is the first step into manifesting "big" CMP's into own Models that require strong individualism partially
8 lines
143 B
PHP
8 lines
143 B
PHP
<?php
|
|
|
|
namespace D3\GoogleAnalytics4\Application\Model\CMP;
|
|
|
|
interface ConsentManagementPlatformInterface
|
|
{
|
|
public function getCMPName();
|
|
} |