Documentation

ExportConsent
in package
Uses UtilsProvider

Handle export consent data.

Table of Contents

Constants

CSV_DELIMITER  = "\t"
EXPORT_CONSENT_OUTPUT_FILENAME  = 'export-consents.csv'

Methods

convertToUTF8Charset()  : mixed
Convert string to UTF8 charset.
downloadCsv()  : mixed
Export consents by given criteria.
getPluginConstantPrefix()  : string
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
instance()  : mixed
Get singleton instance.
__construct()  : mixed
C'tor.

Constants

public mixed EXPORT_CONSENT_OUTPUT_FILENAME = 'export-consents.csv'

Methods

downloadCsv()

Export consents by given criteria.

public downloadCsv(string $uuid, string $from, string $to) : mixed
Parameters
$uuid : string
$from : string
$to : string

getPluginConstantPrefix()

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

public getPluginConstantPrefix() : string
Tags
codeCoverageIgnore

It only returns a string with the constant prefix

Return values
string

instance()

Get singleton instance.

public static instance() : mixed
Tags
codeCoverageIgnore

        
On this page

Search results