PHP Class Piwik\Plugins\PrivacyManager\API

Inheritance: extends Piwik\Plugin\API
Show file Open project: piwik/piwik

Public Methods

Method Description
activateDoNotTrack ( )
deactivateDoNotTrack ( )
setAnonymizeIpSettings ( $anonymizeIPEnable, $maskLength, $useAnonymizedIpForVisitEnrichment )
setDeleteLogsSettings ( $enableDeleteLogs = '0', $deleteLogsOlderThan = 180 )
setDeleteReportsSettings ( $enableDeleteReports, $deleteReportsOlderThan = 3, $keepBasic, $keepDay, $keepWeek, $keepMonth, $keepYear, $keepRange, $keepSegments )
setScheduleReportDeletionSettings ( $deleteLowestInterval = 7 )

Private Methods

Method Description
checkDataPurgeAdminSettingsIsEnabled ( )
savePurgeDataSettings ( $settings )

Method Details

activateDoNotTrack() public method

public activateDoNotTrack ( )

deactivateDoNotTrack() public method

setAnonymizeIpSettings() public method

public setAnonymizeIpSettings ( $anonymizeIPEnable, $maskLength, $useAnonymizedIpForVisitEnrichment )

setDeleteLogsSettings() public method

public setDeleteLogsSettings ( $enableDeleteLogs = '0', $deleteLogsOlderThan = 180 )

setDeleteReportsSettings() public method

public setDeleteReportsSettings ( $enableDeleteReports, $deleteReportsOlderThan = 3, $keepBasic, $keepDay, $keepWeek, $keepMonth, $keepYear, $keepRange, $keepSegments )

setScheduleReportDeletionSettings() public method

public setScheduleReportDeletionSettings ( $deleteLowestInterval = 7 )