8 regels
143 B
PHP
8 regels
143 B
PHP
|
<?php
|
||
|
|
||
|
namespace D3\GoogleAnalytics4\Application\Model\CMP;
|
||
|
|
||
|
interface ConsentManagementPlatformInterface
|
||
|
{
|
||
|
public function getCMPName();
|
||
|
}
|