$normalizer
$normalizer :\DevOwl\TcfVendorListNormalize\TcfVendorListNormalizer
The normalizer.
Query the database for purposes, functions and vendors.
They are strictly typed to this format: https://git.io/JqfCq
$normalizer :\DevOwl\TcfVendorListNormalize\TcfVendorListNormalizer
The normalizer.
__construct(\DevOwl\TcfVendorListNormalize\TcfVendorListNormalizer $normalizer)
C'tor.
\DevOwl\TcfVendorListNormalize\TcfVendorListNormalizer | $normalizer |
allDeclarations(array $args = array())
Query all available declaration of the latest GVL and TCF policy version for the current language. If the language does not exist for the current TCF version, let's fallback to the default TCF version.
Additional arguments:
onlyReturnDeclarations
]: (boolean) Default to false
, do not populate gvlSpecificationVersion
, ...array | $args | Additional arguments, see description of |
declaration(string $type,array $args = array()): array
Query available declaration of the latest GVL and TCF policy version for the current language. If the language does not exist for the current TCF version, let's fallback to the default TCF version.
A declaration can be purpose, features, special features and special purposes.
Arguments:
gvlSpecificationVersion
]: (int) Default to latesttcfPolicyVersion
]: (int) Default to latestlanguage
]: (string) Default to currentstring | $type | See |
array | $args | Additional arguments, see description |
stacks(array $args = array()): array
Query available stacks of the latest GVL and TCF policy version for the current language. If the language does not exist for the current TCF version, let's fallback to the default TCF version.
Arguments:
gvlSpecificationVersion
]: (int) Default to latesttcfPolicyVersion
]: (int) Default to latestlanguage
]: (string) Default to currentarray | $args | Additional arguments, see description |
hasDefectVendors(array $args = array())
Check if a vendor is corrupt. This can happen when:
deviceStorageDisclosureUrl
is set, but deviceStorageDisclosure
isn'tArguments:
in
]: (int[]) Only read this vendors (WHERE IN
)vendorListVersion
]: (int) Default to latestarray | $args | Additional arguments, see description |