9 lines
144 B
PHP
9 lines
144 B
PHP
<?php
|
|
|
|
namespace D3\GoogleAnalytics4\Application\Model\CMP;
|
|
|
|
interface ConsentManagementPlatformInterface
|
|
{
|
|
public function getCMPName();
|
|
}
|