\DevOwl\RealCookieBanner\importExportConsent

Handle export consent data.

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
downloadCsv()
convertToUTF8Charset()
instance()
No public properties found
EXPORT_CONSENT_OUTPUT_FILENAME
CSV_DELIMITER
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Constants

CSV_DELIMITER

CSV_DELIMITER ="\t"

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Returns

string

downloadCsv()

downloadCsv(string  $uuid,string  $from,string  $to)

Export consents by given criteria.

Parameters

string $uuid
string $from
string $to

convertToUTF8Charset()

convertToUTF8Charset(string  $string)

Convert string to UTF8 charset.

Parameters

string $string

instance()

instance()

Get singleton instance.

__construct()

__construct()

C'tor.