CookieConfigurationDTO
in package
Class CookieConsentDto
Table of Contents
- $featureIds : array<string|int, mixed>
- $legIntPurposeIds : array<string|int, CookieConsentPurposeDTO>
- $policeUrl : string
- $purposes : array<string|int, CookieConsentPurposeDTO>
- $features : mixed
- $vendor : string
- $vendorId : int
- __construct() : mixed
- CookieConfigurationDTO constructor.
- featureIds() : array<string|int, mixed>
- features() : mixed
- legIntPurposeIds() : array<string|int, CookieConsentPurposeDTO>
- policeUrl() : string
- purposes() : array<string|int, CookieConsentPurposeDTO>
- vendor() : string
- vendorId() : int
Properties
$featureIds
protected
array<string|int, mixed>
$featureIds
= []
$legIntPurposeIds
protected
array<string|int, CookieConsentPurposeDTO>
$legIntPurposeIds
= []
$policeUrl
protected
string
$policeUrl
$purposes
protected
array<string|int, CookieConsentPurposeDTO>
$purposes
= []
$features
private
mixed
$features
= []
$vendor
private
string
$vendor
$vendorId
private
int
$vendorId
Methods
__construct()
CookieConfigurationDTO constructor.
public
__construct( $vendorId, $vendor, $policeUrl, $features, array<string|int, CookieConsentPurposeDTO> $legIntPurposeIds, array<string|int, CookieConsentPurposeDTO> ...$purposes) : mixed
Parameters
- $vendorId :
- $vendor :
- $policeUrl :
- $features :
- $legIntPurposeIds : array<string|int, CookieConsentPurposeDTO>
- $purposes : array<string|int, CookieConsentPurposeDTO>
Return values
mixed —featureIds()
public
featureIds() : array<string|int, mixed>
Return values
array<string|int, mixed> —features()
public
features() : mixed
Return values
mixed —legIntPurposeIds()
public
legIntPurposeIds() : array<string|int, CookieConsentPurposeDTO>
Return values
array<string|int, CookieConsentPurposeDTO> —policeUrl()
public
policeUrl() : string
Return values
string —purposes()
public
purposes() : array<string|int, CookieConsentPurposeDTO>
Return values
array<string|int, CookieConsentPurposeDTO> —vendor()
public
vendor() : string
Return values
string —vendorId()
public
vendorId() : int